Logo
Zoom Public API Documentation

contact_center-roles-{roleId}-users

Number of APIs: 2


1. Assign a role

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: contact_center_role:write:admin

Rate Limit Label: Medium



2. List users of a role

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: contact_center_role:read:admin

Rate Limit Label: Medium



ENDPOINTS