Logo
Zoom Public API Documentation

Update SIP phone

PATCH {{baseUrl}}/sip_phones/:phoneId

Zoom's Phone System Integration (PSI), also referred as SIP phones, enables an organization to leverage the Zoom client to complete a softphone registration to supported premise based PBX system. End users will have the ability to have softphone functionality within a single client while maintaining a comparable interface to Zoom Phone. Use this API to update information of a specific SIP Phone on a Zoom account.

Prerequisites: * Currently only supported on Cisco and Avaya PBX systems. * The account owner or account admin must first enable SIP Phone Integration by contacting the Sales team.

Scopes: sip_phone:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK





Curl
curl -X PATCH 'https://api.zoom.us/v2/sip_phones/:phoneId' -H 'Content-Type: application/json' -d '{"authorization_name":"\u003cstring\u003e","domain":"\u003cstring\u003e","password":"\u003cstring\u003e","proxy_server":"\u003cstring\u003e","proxy_server2":"\u003cstring\u003e","proxy_server3":"\u003cstring\u003e","register_server":"\u003cstring\u003e","register_server2":"\u003cstring\u003e","register_server3":"\u003cstring\u003e","user_name":"\u003cstring\u003e","voice_mail":"\u003cstring\u003e","registration_expire_time":60,"transport_protocol":"UDP","transport_protocol2":"AUTO","transport_protocol3":"UDP"}'

ENDPOINTS