POST {{baseUrl}}/contact_center/roles
Use this API to create a new role. Admins can use the role management feature to control access to features and settings in the Zoom web portal. Scopes: Rate Limit Label: contact_center_role:write:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"role_id": "<string>",
"role_name": "<string>",
"role_description": "<string>"
} |
ENDPOINTS