Logo
Zoom Public API Documentation

Get a shared line group policy

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

Returns the policy setting of a specific shared line group.

Prerequisites: * Pro or a higher account with Zoom Phone license * Account owner or admin permissions

Scopes: phone:read:admin

Granular Scopes: phone:read:shared_line_group_policy:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "check_voicemails_over_phone": { "enable": "<boolean>", "locked": "<boolean>", "locked_by": "invalid", "modified": "<boolean>" } }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/shared_line_groups/:sharedLineGroupId/policies' -H 'Accept: application/json'

ENDPOINTS