Number of APIs: 2
POST {{baseUrl}}/contact_center/roles/:roleId/users
Use this API to assign users to a role. Roles have unique privileges that assigned users have access to. For example, an Administrator or Agent role. Scopes: Rate Limit Label: contact_center_role:write:admin
Medium
GET {{baseUrl}}/contact_center/roles/:roleId/users?next_page_token=<string>&page_size=30
Use this API to get information about the users assigned to a specific role. Scopes: Rate Limit Label: contact_center_role:read:admin
Medium
ENDPOINTS