Create a role
POST {{baseUrl}}/roles
Each Zoom user automatically has a role which can either be owner, administrator, or member.
Pre-requisites
- Pro or higher plan.
-
To set the initial role, you must be the account owner.
-
For subsequent role management, you must be either the account owner or user with role management permissions.
Scopes:
role:write:admin
Rate Limit Label
:
Light
Request Body
{"description"=>"<string>", "name"=>"<string>", "type"=>"<string>", "privileges"=>["<string>", "<string>"]}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: OK
{}