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:

Servers

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 true if you would like to see Zoom Rooms in your account that have not been assigned to anyone yet.

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:

  • "SchedulingDisplayOnly"
  • "DigitalSignageOnly"
  • "ZoomRoom"
status String No

The status of the Zoom Room.

Valid values:

  • "Offline"
  • "InMeeting"
  • "Available"
  • "UnderConstruction"
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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.