Update a CQ policy setting

PATCH {{baseUrl}}/phone/call_queues/:callQueueId/policies/:policyType

Use this API to update the policy sub-setting for a specific call queue according to the policyType. For example, you can use this API to update shared access members.

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

Scopes: phone:write:admin

Granular Scopes: phone:update:call_queue_policy:admin

Rate Limit Label: Light

Request Body

{"voicemail_access_members"=>[{"access_user_id"=>"<string>", "allow_download"=>"<boolean>", "allow_delete"=>"<boolean>", "allow_sharing"=>"<boolean>", "shared_id"=>"<string>"}, {"access_user_id"=>"<string>", "allow_download"=>"<boolean>", "allow_delete"=>"<boolean>", "allow_sharing"=>"<boolean>", "shared_id"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring