Number of APIs: 3
1. Add a policy setting to a call queue
POST {{baseUrl}}/phone/call_queues/:callQueueId/policies/:policyType
Use this API to add the policy sub-setting for a specific call queue according to the Prerequisites:
* Pro or higher account with Zoom Phone license.
* Account owner or admin privileges Scopes: Granular Scopes: Rate Limit Label: policyType
. For example, you can use this API to set up shared access members. phone:write:admin
phone:write:call_queue_policy:admin
Light
DELETE {{baseUrl}}/phone/call_queues/:callQueueId/policies/:policyType?shared_ids=<string>&shared_ids=<string>
Use this API to remove the policy sub-setting for a specific call queue according to the Prerequisites:
* Pro or higher account with Zoom Phone license.
* Account owner or admin privileges Scopes: Granular Scopes: Rate Limit Label: policyType
. For example, you can use this API to remove shared access members. phone:write:admin
phone:delete:call_queue_policy:admin
Light
PATCH {{baseUrl}}/phone/call_queues/:callQueueId/policies/:policyType
Use this API to update the policy sub-setting for a specific call queue according to the Prerequisites:
* Pro or higher account with Zoom Phone license.
* Account owner or admin privileges Scopes: Granular Scopes: Rate Limit Label: policyType
. For example, you can use this API to update shared access members.phone:write:admin
phone:update:call_queue_policy:admin
Light
ENDPOINTS