GET {{baseUrl}}/phone/shared_line_groups?page_size=30&next_page_token=BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2
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
, phone:write:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
page_size
|
number | The number of records returned within a single API call. | |
next_page_token
|
string | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"next_page_token": "MnriWtiIAzrEfe3EW5ORlj6TFBFqL57AC42",
"page_size": 30,
"shared_line_groups": [
{
"display_name": "jamieSLGTest",
"extension_number": 94218463,
"id": "RQinnFtmTJ25mx89tW5Cmw",
"phone_numbers": [
{
"id": "55JUZPwERHuGttd_j4qBsQ",
"number": "+12058945565",
"status": "available"
},
{
"id": "55JUZPwERHuGttd_j4qBsQ",
"number": "+12058945565",
"status": "available"
}
],
"site": {
"id": "8f71O6rWT8KFUGQmJIFAdQ",
"name": "Main Site"
},
"status": "active"
},
{
"display_name": "jamieSLGTest",
"extension_number": 88015214,
"id": "RQinnFtmTJ25mx89tW5Cmw",
"phone_numbers": [
{
"id": "55JUZPwERHuGttd_j4qBsQ",
"number": "+12058945565",
"status": "available"
},
{
"id": "55JUZPwERHuGttd_j4qBsQ",
"number": "+12058945565",
"status": "available"
}
],
"site": {
"id": "8f71O6rWT8KFUGQmJIFAdQ",
"name": "Main Site"
},
"status": "active"
}
],
"total_records": 14
} |
ENDPOINTS