Logo
Zoom Public API Documentation

Get a role

GET {{baseUrl}}/contact_center/roles/:roleId

Use this API to get information about a role.

Scopes: contact_center_role:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "role_id": "<string>", "role_name": "<string>", "role_description": "<string>", "total_users": "<integer>", "modified_by": "<string>", "last_modified_time": "<dateTime>" }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/roles/:roleId' -H 'Accept: application/json'

ENDPOINTS