addLocation.Rd
Add a location to the location hierarchial structure s https://support.zoom.us/hc/enus/articles/115000342983ZoomRoomsLocationHierarchy 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 https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light
addLocation(name = NULL, parent_location_id = NULL, return_response = F)
name | Name of the location. The name must be unique and shouldn't have already been used in the same account. |
---|---|
parent_location_id | The location ID of the location that is a level higher from the location that is being added. For example, to add a City named "City 1" as the child location under a State named "State 1", you must provide the location ID of "State 1". This can be retrieved using the List Zoom Room Locations https://marketplace.zoom.us/docs/apireference/zoomapi/roomslocation/listzrlocations API. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |