Logo
Zoom Public API Documentation

Get a shared line group

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

Lists all the shared line groups. A shared line group allows Zoom Phone admins to share a phone number and extension with a group of phone users or common areas. This gives members of the shared line group access to the group's direct phone number and voicemail.

Prerequisites:

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

Scopes: phone:read:admin

Granular Scopes: phone:read:shared_line_group:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "display_name": "<string>", "extension_id": "<string>", "extension_number": "<long>", "id": "<string>", "members": { "users": [ { "id": "<string>", "name": "<string>", "extension_id": "<string>" }, { "id": "<string>", "name": "<string>", "extension_id": "<string>" } ], "common_areas": [ { "id": "<string>", "name": "<string>", "extension_id": "<string>" }, { "id": "<string>", "name": "<string>", "extension_id": "<string>" } ] }, "phone_numbers": [ { "id": "<string>", "number": "<string>" }, { "id": "<string>", "number": "<string>" } ], "primary_number": "<string>", "site": { "id": "<string>", "name": "<string>" }, "status": "active", "timezone": "<string>", "policy": { "voicemail_access_members": [ { "access_user_id": "<string>", "allow_download": "<boolean>", "allow_delete": "<boolean>", "allow_sharing": "<boolean>", "shared_id": "<string>", "access_user_type": "user" }, { "access_user_id": "<string>", "allow_download": "<boolean>", "allow_delete": "<boolean>", "allow_sharing": "<boolean>", "shared_id": "<string>", "access_user_type": "user" } ] } }



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

ENDPOINTS