List devices
GET
/phone/devices
Phone Devices
type
query parameter as unassigned
and to view devices that have been assigned, set the value as assigned
.Scopes:
phone:read:admin
Medium
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://api.zoom.us/v2/phone/devices?type'
响应示例响应 示例
{
"devices": [
{
"assignee": {
"extension_number": 123,
"id": "i242djsgrg",
"name": "Pooja"
},
"device_type": "AudioCodes405",
"display_name": "Pooja's Phone",
"id": "1234324",
"mac_address": "203a07240534",
"site": {
"id": "sdfdgdg32",
"name": "HQ site"
},
"status": "online"
}
],
"next_page_token": "proident in o",
"page_size": 80839828,
"total_records": "qui sunt esse"
}
请求参数
Query 参数
type
enum<string>
必需
assigned
to list devices that have been assigned to user(s) or unassigned
to list devices that have not yet been assigned to any user in the Zoom account.枚举值:
assignedunassigned
next_page_token
string
可选
page_size
integer
可选
<= 300
默认值:
30
返回响应
修改于 2024-04-24 09:06:48