Logo
Zoom Public API Documentation

Update an SLG policy setting

PATCH {{baseUrl}}/phone/shared_line_groups/:slgId/policy/:policyType

Updates the policy sub-setting for a specific shared line group 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

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/shared_line_groups/:slgId/policy/:policyType' -H 'Content-Type: application/json' -d '{"voicemail_access_members":[{"access_user_id":"\u003cstring\u003e","allow_download":"\u003cboolean\u003e","allow_delete":"\u003cboolean\u003e","allow_sharing":"\u003cboolean\u003e","shared_id":"\u003cstring\u003e"},{"access_user_id":"\u003cstring\u003e","allow_download":"\u003cboolean\u003e","allow_delete":"\u003cboolean\u003e","allow_sharing":"\u003cboolean\u003e","shared_id":"\u003cstring\u003e"}]}'

ENDPOINTS