Logo
Zoom Public API Documentation

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

 

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>" }



Curl
curl -X POST 'https://api.zoom.us/v2/rooms' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"name":"\u003cstring\u003e","type":"Kiosk","location_id":"\u003cstring\u003e","calendar_resource_id":"\u003cstring\u003e"}'

ENDPOINTS