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 under the account that has the Zoom Phone license assigned.

Scopes: phone:write:admin

Rate Limit Label: Light

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/phone/rooms/:roomId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"extension_number":123487,"policy":{"international_calling":{"enable":true,"reset":false},"select_outbound_caller_id":{"enable":true,"reset":false}},"site_id":"kLD4F3WBT-O9LYE31C0tRQ"}'

ENDPOINTS