POST {{baseUrl}}/users
Add a new user to your Zoom account. Note These rate limits apply when you use the Prerequisites:
* A Pro or higher plan. Scopes: Rate Limit Label: create
value for the action
field:
* 50 requests per day for Free accounts.
* 1,500 requests per day for Pro accounts.
* 10,000 requests per day for Business+ accounts. user:write:admin
LIGHT
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"email": "<string>",
"first_name": "<string>",
"id": "<string>",
"last_name": "<string>",
"type": 1
} |
ENDPOINTS