Logo
Zoom Public API Documentation

Update a shared line group policy

PATCH {{baseUrl}}/phone/shared_line_groups/:sharedLineGroupId/policies

Updates the policy setting of a specific shared line group.

Prerequisites: * Pro or higher account plan with Zoom Phone License * Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:update:shared_line_group_policy: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/:sharedLineGroupId/policies' -H 'Content-Type: application/json' -d '{"check_voicemails_over_phone":{"enable":"\u003cboolean\u003e","reset":"\u003cboolean\u003e"}}'

ENDPOINTS