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. Scopes: Granular Scopes: Rate Limit Label: Common Area Optimization
phone:read:admin
phone:read:list_common_area_settings:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"desk_phones": [
{
"id": "<string>",
"display_name": "<string>",
"device_type": "<string>",
"status": "online",
"hot_desking": {
"status": "on"
}
},
{
"id": "<string>",
"display_name": "<string>",
"device_type": "<string>",
"status": "offline",
"hot_desking": {
"status": "off"
}
}
]
} |
ENDPOINTS