Add a Zoom Room
POST {{baseUrl}}/rooms
Use this API to add a Zoom Room to a Zoom account.
Prerequisites:
-
Pro or a higher plan with
Zoom Room
license.
Scopes:
room:write:admin
Rate Limit Label
:
Medium
Request Body
{"name"=>"<string>", "type"=>"Kiosk", "location_id"=>"<string>", "calendar_resource_id"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"id":"\u003cstring\u003e","location_id":"\u003cstring\u003e","name":"\u003cstring\u003e","room_id":"\u003cstring\u003e","type":"SchedulingDisplayOnly","calendar_resource_id":"\u003cstring\u003e"}