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: Scopes: Granular Scopes: Rate Limit Label:
phone:read:admin
phone:read:shared_line_group:admin
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"
}
]
}
} |
ENDPOINTS