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: Rate Limit Label: phone:read:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"voicemail_access_members": [
{
"shared_id": "--e8ugg0SeS-9clgrDkn2w",
"access_user_id": "w0RChiauQeqRlv5fgxYULQ",
"delete": false,
"download": false
}
],
"voicemail_transcription": {
"enable": true,
"locked": true,
"locked_by": "site",
"modified": true
},
"voicemail_notification_by_email": {
"include_voicemail_file": true,
"include_voicemail_transcription": false,
"forward_voicemail_to_email": true,
"enable": true,
"locked": true,
"locked_by": "site",
"modified": true
},
"sms": {
"enable": true,
"international_sms": true,
"international_sms_countries": [
"US",
"US"
],
"locked": true,
"locked_by": "site",
"modified": true
}
} |
ENDPOINTS