Logo
Zoom Public API Documentation

List Zoom Rooms without Zoom Phone assignment

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: phone:read:admin

Granular Scopes: phone:read:list_rooms:admin

Rate Limit Label: 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>" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/phone/rooms/unassigned?keyword=<string>?keyword=<string>' -H 'Accept: application/json'

ENDPOINTS