Logo
Zoom Public API Documentation

Update a Zoom Room under Zoom Phone license

PATCH {{baseUrl}}/phone/rooms/:roomId

Use this API to update a Zoom Room in an account that has the Zoom Phone license assigned.

Prerequisites: * A Pro or higher account plan * A Zoom Phone license

Scopes: phone:write:admin

Granular Scopes: phone:update:room:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/rooms/:roomId' -H 'Content-Type: application/json' -d '{"extension_number":"\u003clong\u003e","policy":{"international_calling":{"enable":"\u003cboolean\u003e","reset":"\u003cboolean\u003e"},"select_outbound_caller_id":{"enable":"\u003cboolean\u003e","reset":"\u003cboolean\u003e"}},"site_id":"\u003cstring\u003e"}'

ENDPOINTS