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: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:shared_line_group_policy:admin
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>"
}
} |
ENDPOINTS