Logo
Zoom Public API Documentation

phone-shared line groups-{shared Line Group Id}-phone numbers

Number of APIs: 3


1. Unassign all phone numbers

DELETE {{baseUrl}}/phone/shared_line_groups/:sharedLineGroupId/phone_numbers

Use this API to unassign all the phone numbers that have been assigned to the shared line group.

Prerequisites:

  • Pro or higher account with Zoom Phone license.
  • A valid Shared Line Group
  • Account owner or admin privileges

Scopes: phone:write:admin Rate Limit Label: Light



2. Assign phone numbers

POST {{baseUrl}}/phone/shared_line_groups/:sharedLineGroupId/phone_numbers

Use this API to assign phone numbers to a shared line groups. These direct phone numbers will be shared among members of the shared line group.

Prerequisites:

  • Pro or higher account with Zoom Phone license.
  • A valid Shared Line Group
  • Account owner or admin privileges

Scopes: phone:write:admin Rate Limit Label: Light



3. Unassign a phone number

DELETE {{baseUrl}}/phone/shared_line_groups/:sharedLineGroupId/phone_numbers/:phoneNumberId

Use this API to unassign a specific phone number that was assigned to the shared line group. Prerequisites:

  • Pro or higher account with Zoom Phone license.
  • A valid Shared Line Group
  • Account owner or admin privileges

Scopes: phone:write:admin Rate Limit Label: Light



ENDPOINTS