Logo
Zoom Public API Documentation

Add a Zoom Room to a Zoom Phone

POST {{baseUrl}}/phone/rooms

Use this API to associate a Zoom Room with a Zoom Phone license.

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:write:room:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{}



Curl
curl -X POST 'https://api.zoom.us/v2/phone/rooms' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"id":"\u003cstring\u003e","site_id":"\u003cstring\u003e","calling_plans":[{"type":"\u003cinteger\u003e"},{"type":"\u003cinteger\u003e"}]}'

ENDPOINTS