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: Rate Limit Label: room:write:admin
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"
} |
ENDPOINTS