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
Request Body
{"name"=>"<string>", "parent_location_id"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","parent_location_id":"\u003cstring\u003e","type":"states"}