Logo
Zoom Public API Documentation

Update Zoom Rooms location structure

PUT {{baseUrl}}/rooms/locations/structure

Update the location hierarchial structure(s) applied on the Zoom Rooms in an account.

Prerequisites:

  • Zoom Rooms version 4.0 or higher
  • Account owner or admin permissions

Scopes: room:write:admin

Rate Limit Label: Medium

 

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/locations/structure' -H 'Content-Type: application/json' -d '{"structures":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS