Logo
Zoom Public API Documentation

phone-roles-{roleId}-members

Number of APIs: 3


1. List members in a role

GET {{baseUrl}}/phone/roles/:roleId/members?in_role=false

Use this API to get members (not) in a role.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes: phone:read:admin

Granular Scopes: phone:read:role_member:admin

Rate Limit Label: Medium



2. Delete members in a role

DELETE {{baseUrl}}/phone/roles/:roleId/members?user_ids=<string>&user_ids=<string>

Use this API to delete member(s) in a role.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:delete:role_member:admin

Rate Limit Label: Light



3. Add members to roles

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

Use this API to add members to roles.

Prerequisites: * Business or Education account * Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:write:role_member:admin

Rate Limit Label: Light



ENDPOINTS