Zoom Rooms is a softwarebased 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 https://support.zoom.us/hc/enus/articles/207483343GettingStartedwithZoomRooms in a Zoom account.**Prerequisites:*** Pro or a higher plan with Zoom Room https://zoom.us/zoomrooms license.**Scopes**: room:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

listZoomRooms(
  status = NULL,
  type = NULL,
  unassigned_rooms = NULL,
  page_size = NULL,
  next_page_token = NULL,
  location_id = NULL,
  return_response = F
)

Arguments

status

The status of the Zoom Room.

type

Type of the Zoom Rooms.

unassigned_rooms

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.

page_size

The number of records returned within a single API call.

next_page_token

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.

location_id

Parent location ID of the Zoom Room.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.