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