Logo
Zoom Public API Documentation

phone-call queues-{call Queue Id}-members

Number of APIs: 3


1. Unassign all members

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

Use this API to remove all members from a Call Queue who were previously assigned to that Call Queue. The members could be phone users or common area phones. Prerequisites:

  • Pro or higher account plan.
  • Zoom Phone license

Scopes: phone:write:admin

Rate Limit Label: Light



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

Rate Limit Label: Light



3. Unassign a member

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

Use this API to remove a member who was previously added to a call queue. The member could be a phone user, common area phone or common area. Note that you cannot use this API to unassign a call queue manager. Prerequisites:

  • Pro or higher account plan.
  • Zoom Phone license

Scopes: phone:write:admin

Rate Limit Label: Light



ENDPOINTS