Logo
Zoom Public API Documentation

Update an auto receptionist policy

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

Use this API to update the policy setting of 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





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/policies' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"voicemail_transcription":{"enable":true,"reset":true},"voicemail_notification_by_email":{"include_voicemail_file":true,"include_voicemail_transcription":false,"forward_voicemail_to_email":true,"enable":true,"reset":true},"sms":{"enable":true,"reset":true,"international_sms":true,"international_sms_countries":["US","US"]}}'

ENDPOINTS