Create a role
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: contact_center_role:write:admin
Rate Limit Label: Light
Request Body
{"role_name"=>"<string>", "role_description"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"role_id":"\u003cstring\u003e","role_name":"\u003cstring\u003e","role_description":"\u003cstring\u003e"}