Logo
Zoom Public API Documentation

Get Zoom Room location structure

GET {{baseUrl}}/rooms/locations/structure

Get 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:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "structures": [ "<string>", "<string>" ] }



Curl
curl -X GET 'https://api.zoom.us/v2/rooms/locations/structure' -H 'Accept: application/json'

ENDPOINTS