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 update 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:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

updateZoomRoomLocationProfile(locationId, basic = NULL, return_response = F)

Arguments

locationId

Unique Identifier of the location. This can be retrieved from the List Zoom Room 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.