Logo
Zoom Public API Documentation

phone-call_queues-{callQueueId}-members

Number of APIs: 3


1. List call queue members

GET {{baseUrl}}/phone/call_queues/:callQueueId/members

Lists the call queue members.

Prerequisites:

  • Pro, Business, or Education account
  • Account owner or admin permissions
  • Zoom Phone license

Scopes: phone:read:admin

Granular Scopes: phone:read:list_call_queue_members:admin

Rate Limit Label: Medium



2. Add members to a call queue

POST {{baseUrl}}/phone/call_queues/:callQueueId/members

Add phone users and/or common areas as members to a specific call queue.

Prerequisites: * Pro or higher account plan. * Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:write:call_queue_member:admin

Rate Limit Label: Light



3. Unassign all members

DELETE {{baseUrl}}/phone/call_queues/:callQueueId/members

Removes all members from a call queue who were previously assigned to that call queue. The members could be phone users or common areas.

Prerequisites:

  • Pro or higher account plan.
  • Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:delete:call_queue_member:admin

Rate Limit Label: Light



ENDPOINTS