GET /rooms
Zoom Rooms is a software-based room system that provides an integrated experience for audio conferencing, wireless screen sharing and video conferencing. Use this API to list all the existing Zoom Rooms in a Zoom account.
Prerequisites:
- Pro or a higher plan with Zoom Room license.
Scopes:room:read:admin
Rate Limit Label:Medium
Servers
- https://api.zoom.us/v2
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
location_id |
String | No |
Parent location ID of the Zoom Room. |
unassigned_rooms |
Boolean | No |
Use this query parameter with a value of Default value: false |
page_size |
Integer | No |
The number of records returned within a single API call. Default value: 30 |
type |
String | No |
Type of the Zoom Rooms. Valid values:
|
status |
String | No |
The status of the Zoom Room. Valid values:
|
next_page_token |
String | No |
The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.