A Zoom account owner or a Zoom Room administrator can establish a location hierarchy https://support.zoom.us/hc/enus/articles/115000342983ZoomRoomsLocationHierarchy to help manage Zoom Rooms that are spread among a variety of locations. Use this API to list the different location types used for Zoom Rooms in an account.**Prerequisites:*** Account owner or admin permissions.* Zoom Rooms Version 4.0 or higher**Scopes:** room:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

listZoomRoomLocations(
  parent_location_id = NULL,
  type = NULL,
  page_size = NULL,
  next_page_token = NULL,
  return_response = F
)

Arguments

parent_location_id

A unique identifier for the parent location. For instance, if a Zoom Room is located in Floor 1 of Building A, the location of Building A will be the parent location of Floor 1. Use this parameter to filter the response by a specific location hierarchy level.

type

Use this field to filter the response by the type of location. The value can be one of the following:country, states, city, campus, building, floor.

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.

return_response

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