Get a shared line group
GET
/phone/shared_line_groups/{sharedLineGroupId}
Phone Shared Line Groups
phone:read:admin
or phone:write:admin
Light
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/phone/shared_line_groups/'
响应示例响应示例
{
"display_name": "Bay Area Shared Line Group",
"extension_number": 123,
"id": "jsehdfrrg4",
"members": {
"common_area_phones": [
{
"id": "eu34gcogfft5nsectetur",
"name": "Lobby Phone"
}
],
"users": [
{
"id": "gdfsx57ytcfgg",
"name": "ipsum reprehenderit"
},
{
"id": "nisi3t5hgvsed",
"name": "dolore sed"
}
]
},
"phone_numbers": [
{
"id": "dsfdg3r",
"number": "1365435426"
},
{
"id": "hfgdcfhjj",
"number": "5673856375"
}
],
"primary_number": "5673856375",
"site": {
"id": "dhfdhsf4",
"name": "Engineering Site"
},
"status": "active",
"timezone": "America/Los_Angeles"
}
请求参数
Path 参数
sharedLineGroupId
string
必需
返回响应
修改于 2024-04-24 09:06:48