Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ZeroTier user API

User management operations

ZeroTier user API is one of 8 APIs that ZeroTier publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include user. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 5 operations across 3 paths, and defines 4 schemas. It is described by OpenAPI 3.0.0, at version v1.

Requests are made against a single base URL, https://api.zerotier.com/api/v1.

5 operations 3 paths 4 schemas 2 DELETE1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v1
Base URL
https://api.zerotier.com/api/v1
Authentication
HTTP Token
License
Resource Areas
1

Authentication & Security 1

ZeroTier user API declares 1 security scheme for authenticating requests. It uses HTTP token authentication (tokenAuth). By default, every request must be authenticated.

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 2 DELETE, 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

user 5

User management operations

GET
/user/{userID}
Get user record
getUserByID 1 param → 200401403404
POST
/user/{userID}
Update user record (SMS number or Display Name only)
updateUserByID 1 param body → 200401403404
DELETE
/user/{userID}
Delete user
deleteUserByID 1 param → 200401403404
POST
/user/{userID}/token
Add an API token
addAPIToken 1 param body → 200400401403404
DELETE
/user/{userID}/token/{tokenName}
Delete API Token
deleteAPIToken 2 params → 200401403404

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are User (8 properties), Permissions (4 properties), AuthMethods (3 properties), APIToken (2 properties). Each schema is shown below with its type and property counts.

Permissions
object
4 properties
APIToken
object
2 properties
User
object
8 properties
AuthMethods
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zerotier-user-api-openapi.yml Raw ↑

Other APIs ZeroTier publishes across the network.

ZeroTier controller API
ZeroTier network API
ZeroTier network-member API
ZeroTier organizations API
ZeroTier peer API
ZeroTier status API
ZeroTier util API