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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;role_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;role_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;role_description&quot;:&quot;\u003cstring\u003e&quot;}