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 . For example, you can set up shared access members.

Prerequisites:

  • Pro or higher account plan with Zoom Phone license
  • Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:write:auto_receptionist_policy:admin

Rate Limit Label : Light

Request Body

{"voicemail_access_member"=>{"access_user_id"=>"<string>", "delete"=>"<boolean>", "download"=>"<boolean>"}}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{"voicemail_access_member":{"shared_id":"\u003cstring\u003e","access_user_id":"\u003cstring\u003e","delete":"\u003cboolean\u003e","download":"\u003cboolean\u003e"}}