GET {{baseUrl}}/phone/common_areas/:commonAreaId/settings
Use this API to get common area settings. Note: For use by customers who opted for Prerequisites:
* Pro or a higher account with Zoom Phone license.
* Account owner or admin permissions. Scope: Rate Limit Label: Common Area Optimization
phone:read:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"desk_phones": [
{
"id": "Aky1xpSLSc2PR0XOtj9XWQ",
"display_name": "analog_ta",
"device_type": "Poly obi504",
"status": "offline",
"hot_desking": {
"status": "off"
}
},
{
"id": "Aky1xpSLSc2PR0XOtj9XWQ",
"display_name": "analog_ta",
"device_type": "Poly obi504",
"status": "offline",
"hot_desking": {
"status": "off"
}
}
]
} |
ENDPOINTS