Logo
Zoom Public API Documentation

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.

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

Scopes: phone:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "voicemail_access_member": { "shared_id": "--e8ugg0SeS-9clgrDkn2w", "access_user_id": "w0RChiauQeqRlv5fgxYULQ", "delete": false, "download": false } }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/policies/:policyType' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"voicemail_access_member":{"access_user_id":"w0RChiauQeqRlv5fgxYULQ","delete":false,"download":false}}'

ENDPOINTS