Each location type of the Zoom Rooms location hierarchy https://support.zoom.us/hc/enus/articles/115000342983ZoomRoomsLocationHierarchy has a profile page that includes information such as name of the location, address, support email, etc. Use this API to retrieve information about a specific Zoom Rooms location type such as information about the city where the Zoom Rooms is located.**Prerequisite:*** Account owner or admin permission* Zoom Rooms version 4.0 or higher**Scopes:** room:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

getZoomRoomLocationProfile(locationId, return_response = F)

Arguments

locationId

Unique identifier of the location type. This can be retrieved using the List Zoom Room Location API https://marketplace.zoom.us/docs/apireference/zoomapi/roomslocation/listzrlocations Id property in the response .

return_response

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