Use this API to add a Zoom Room https://support.zoom.us/hc/enus/articles/202822279AddZoomRoomsonWebPortal to a Zoom account.**Prerequisites:*** Pro or a higher plan with Zoom Room https://zoom.us/zoomrooms license.**Scopes**: room:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

addZoomRoom(name, type, location_id = NULL, return_response = F)

Arguments

name

Name of the Zoom Room.

type

Type of the Zoom Room.

location_id

**Optional**Location ID of the lowest level location in the location hierarchy https://support.zoom.us/hc/enus/articles/115000342983ZoomRoomsLocationHierarchy where the Zoom Room is to be added. For instance if the structure of the location hierarchy is set up as “country, states, city, campus, building, floor”, a room can only be added under the floor level location. This ID can be retrieved from 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.