Logo
Zoom Public API Documentation

Change a Zoom Room's location

PUT {{baseUrl}}/rooms/:id/location

An account owner of a Zoom account can establish a Zoom Rooms Location Hierarchy to better organize Zoom Rooms spread across various locations. The location can be structured in a hierarchy with Country being the top-level 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:

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PUT 'https://api.zoom.us/v2/rooms/:id/location' -H 'Content-Type: application/json' -d '{"location_id":"\u003cstring\u003e"}'

ENDPOINTS