Logo
Zoom Public API Documentation

Get a shared line group

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

A shared line group allows Zoom Phone admins to share a phone number and extension with a group of phone users or common area phones. This gives members of the shared line group access to the group's direct phone number and voicemail. Use this API to list all the Shared Line Groups.

Prerequisites:

  • Pro or higher account with Zoom Phone license.
  • Account owner or admin privileges

Scopes: phone:read:admin or phone:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "display_name": "jamieSLGTest", "extension_number": 1000123471, "id": "RQinnFtmTJ25mx89tW5Cmw", "members": { "common_area_phones": [ { "id": "--0hGlT2RlWJJv-oD2DS2Q", "name": "area phones3676" }, { "id": "--0hGlT2RlWJJv-oD2DS2Q", "name": "area phones3676" } ], "users": [ { "id": "mNlwFK9ISMKC2toK9oDTcg", "name": "ZOOM_API Test", "extension_id": "oeDyBe8zT2SzOZW6gQJXUA" }, { "id": "mNlwFK9ISMKC2toK9oDTcg", "name": "ZOOM_API Test", "extension_id": "oeDyBe8zT2SzOZW6gQJXUA" } ], "common_areas": [ { "id": "HIlHzOEzS8ymQPFBZ-39AQ", "name": "Common Area", "extension_id": "HIlHzOEzS8ymQPFBZ-39AQ" }, { "id": "HIlHzOEzS8ymQPFBZ-39AQ", "name": "Common Area", "extension_id": "HIlHzOEzS8ymQPFBZ-39AQ" } ] }, "phone_numbers": [ { "id": "---M1padRvSUtw7YihN7sA", "number": "14232058798" }, { "id": "---M1padRvSUtw7YihN7sA", "number": "14232058798" } ], "primary_number": "14232058798", "site": { "id": "8f71O6rWT8KFUGQmJIFAdQ", "name": "Main Site" }, "status": "active", "timezone": "UTC" }



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

ENDPOINTS