Logo
Zoom Public API Documentation

roles-{roleId}-members

Number of APIs: 2


1. Assign a role

POST {{baseUrl}}/roles/:roleId/members

User roles can have a set of permissions that allows access only to the pages a user needs to view or edit. Use this API to assign a role to members.

Prerequisites:

  • A Pro or a higher plan.

Scopes: role:write:admin

Rate Limit Label: Medium



2. List members in a role

GET {{baseUrl}}/roles/:roleId/members?page_count=<string>&page_number=1&next_page_token=<string>&page_size=30

User roles can have a set of permissions that allows access only to the pages a user needs to view or edit. Use this API to list all the members that are assigned a specific role.

Prerequisites:

  • A Pro or a higher plan.

Scopes: role:read:admin

Rate Limit Label: Medium



ENDPOINTS