Logo
Zoom Public API Documentation

phone-auto_receptionists-{autoReceptionistId}-policies-{policyType}

Number of APIs: 3


1. Update a policy setting

PATCH {{baseUrl}}/phone/auto_receptionists/:autoReceptionistId/policies/:policyType

Use this API to update the policy sub-setting of a specific auto receptionist according to the policy type. For example, you can update shared access members.

Prerequisites: * Pro or higher account plan with Zoom Phone license * Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:update:auto_receptionist_policy:admin

Rate Limit Label: Light



2. Add a policy setting

POST {{baseUrl}}/phone/auto_receptionists/:autoReceptionistId/policies/:policyType

Use this API to add a policy sub-setting according to the policy type for a specific auto receptionist. For example, you can set up shared access members.

Prerequisites: * Pro or higher account plan with Zoom Phone license * Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:write:auto_receptionist_policy:admin

Rate Limit Label: Light



3. Delete a policy setting

DELETE {{baseUrl}}/phone/auto_receptionists/:autoReceptionistId/policies/:policyType?shared_ids=<string>&shared_ids=<string>

Use this API to remove the policy sub-setting of a auto receptionist. For example, you can remove shared access members.

Prerequisites: * Pro or higher account plan with Zoom Phone license * Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:delete:auto_receptionist_policy:admin

Rate Limit Label: Light



ENDPOINTS