Logo
Zoom Public API Documentation

Get an auto receptionist policy

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

Use this API to get the policy setting of a specific auto receptionist.

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

Scopes: phone:read:admin

Granular Scopes: phone:read:auto_receptionist_policy:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "voicemail_access_members": [ { "shared_id": "<string>", "access_user_id": "<string>", "delete": "<boolean>", "download": "<boolean>" }, { "shared_id": "<string>", "access_user_id": "<string>", "delete": "<boolean>", "download": "<boolean>" } ], "voicemail_transcription": { "enable": "<boolean>", "locked": "<boolean>", "locked_by": "account", "modified": "<boolean>" }, "voicemail_notification_by_email": { "include_voicemail_file": "<boolean>", "include_voicemail_transcription": "<boolean>", "forward_voicemail_to_email": "<boolean>", "enable": "<boolean>", "locked": "<boolean>", "locked_by": "invalid", "modified": "<boolean>" }, "sms": { "enable": "<boolean>", "international_sms": "<boolean>", "international_sms_countries": [ "<string>", "<string>" ], "locked": "<boolean>", "locked_by": "site", "modified": "<boolean>" } }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/auto_receptionists/:autoReceptionistId/policies' -H 'Accept: application/json'

ENDPOINTS