Logo
Zoom Public API Documentation

phone-shared_line_groups-{slgId}-policy-{policyType}

Number of APIs: 3


1. Add a policy setting to a shared line group

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

Adds the policy sub-setting for a specific shared line group according to the policyType. For example, you can use this API to set up 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



2. 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



3. Delete an SLG policy setting

DELETE {{baseUrl}}/phone/shared_line_groups/:slgId/policy/:policyType?shared_ids=<string>&shared_ids=<string>

Removes the policy sub-setting for a specific shared line group according to the policyType. For example, you can use this API to remove 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



ENDPOINTS