POST {{baseUrl}}/rooms
Use this API to add a Zoom Room to a Zoom account. Prerequisites: Scopes: Rate Limit Label:
room:write:admin
Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"id": "<string>",
"location_id": "<string>",
"name": "<string>",
"room_id": "<string>",
"type": "SchedulingDisplayOnly",
"calendar_resource_id": "<string>"
} |
ENDPOINTS