GET {{baseUrl}}/phone/rooms/unassigned?keyword=<string>
Use this API to retrieve Zoom Rooms that are not assigned a Zoom Phone. Prerequisites:
* A Pro or higher account plan
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:list_rooms:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
keyword
|
string | A search keyword for Zoom Room's name. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"rooms": [
{
"id": "<string>",
"display_name": "<string>",
"location_id": "<string>",
"location_info": "<string>",
"department": "<string>",
"cost_center": "<string>"
},
{
"id": "<string>",
"display_name": "<string>",
"location_id": "<string>",
"location_info": "<string>",
"department": "<string>",
"cost_center": "<string>"
}
]
} |
ENDPOINTS