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: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:auto_receptionist_policy:admin
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>"
}
} |
ENDPOINTS