An account owner of a Zoom account can establish a Zoom Rooms Location Hierarchy https://support.zoom.us/hc/enus/articles/115000342983ZoomRoomsLocationHierarchy to better organize Zoom Rooms spread accress various location. The location can be structured in a hierarchy with Country being the toplevel location, followed by city, campus, building, and floor. Use this API to assign a new location for a Zoom Room. Note that the Zoom Room can be assigned only to the lowest level location available in the hierarchy.**Prerequisite:*** Account owner or admin permission* Zoom Rooms version 4.0 or higher**Scopes:** room:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

changeZoomRoomsLocation(roomId, location_id = NULL, return_response = F)

Arguments

roomId

Unique Identifier of the Zoom Room.

location_id

Location ID of the location where Zoom Room is to be assigned. This can be retrieved from the id property in the response of List Zoom Rooms Locations https://marketplace.zoom.us/docs/apireference/zoomapi/roomslocation/listzrlocations API.

return_response

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