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
Request Params
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":"\u003cstring\u003e","display_name":"\u003cstring\u003e","location_id":"\u003cstring\u003e","location_info":"\u003cstring\u003e","department":"\u003cstring\u003e","cost_center":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","display_name":"\u003cstring\u003e","location_id":"\u003cstring\u003e","location_info":"\u003cstring\u003e","department":"\u003cstring\u003e","cost_center":"\u003cstring\u003e"}]}