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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;parent_location_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;states&quot;}