Logo
Zoom Public API Documentation

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

 

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>" }



Curl
curl -X POST 'https://api.zoom.us/v2/contact_center/roles' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"role_name":"\u003cstring\u003e","role_description":"\u003cstring\u003e"}'

ENDPOINTS