Logo
Zoom Public API Documentation

phone-roles-{role Id}-members

Number of APIs: 3


1. Add members to a role

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

Use this API to add member(s) to a role.

Prerequisites: * Business, or Education account * Zoom Phone license

Scopes:phone:write:admin

Rate Limit Label: Light



2. 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

Rate Limit Label: Medium



3. Delete members in a role

DELETE {{baseUrl}}/phone/roles/:roleId/members?user_ids=XFDf012vv%23ff111&user_ids=XFDf012vv%23ff111

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

Prerequisites: * Business, or Education account * Zoom Phone license

Scopes:phone:write:admin

Rate Limit Label: Light



ENDPOINTS