Logo
Zoom Public API Documentation

Add a location

POST {{baseUrl}}/rooms/locations

Add a location to the location hierarchial structure(s) of Zoom Rooms in an account.

Prerequisites: * Account owner or admin permissions. * Zoom Rooms Version 4.0 or higher

Scopes: room:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "id": "<string>", "name": "<string>", "parent_location_id": "<string>", "type": "states" }



Curl
curl -X POST 'https://api.zoom.us/v2/rooms/locations' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"name":"\u003cstring\u003e","parent_location_id":"\u003cstring\u003e"}'

ENDPOINTS