POST /users
A Zoom account can have one or more users. Use this API to add a new user to your account.
Prerequisites:
- Pro or higher plan
Scopes:user:write:adminuser:write
Rate Limit Label: Light
Servers
- https://api.zoom.us/v2
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
user_info |
Object | No | |
user_info.email |
String | Yes |
User email address. |
user_info.last_name |
String | No |
User's last name: cannot contain more than 5 Chinese words. |
user_info.first_name |
String | No |
User's first name: cannot contain more than 5 Chinese words. |
user_info.password |
String | No |
User password. Only used for the "autoCreate" function. The password has to have a minimum of 8 characters and maximum of 32 characters. By default (basic requirement), password must have at least one letter (a, b, c..), at least one number (1, 2, 3...) and include both uppercase and lowercase letters. It should not contain only one identical character repeatedly ('11111111' or 'aaaaaaaa') and it cannot contain consecutive characters ('12345678' or 'abcdefgh'). Note: If the account owner or admin has enabled enhanced password requirements, the value provided in this field must meet those requirements. These requirements can be retrieved by calling the Get Account Settings API and referring to the |
user_info.type |
Integer | Yes |
User type: Valid values:
|
action |
String | Yes |
Specify how to create the new user: Valid values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.