Logo
Zoom Public API Documentation

Update a H.323/SIP device

PATCH {{baseUrl}}/h323/devices/:deviceId

A H.323 or SIP device can make a video call to a Room Connector to join a Zoom cloud meeting. A Room Connector can also call out to a H.323 or SIP device to join a Zoom cloud meeting. Use this API to edit information of a H.323/SIP device from your Zoom account.

Scopes: h323:write: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/h323/devices/:deviceId' -H 'Content-Type: application/json' -d '{"encryption":"auto","ip":"\u003cstring\u003e","name":"\u003cstring\u003e","protocol":"SIP"}'

ENDPOINTS