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

Request Body

{"authorization_name"=>"<string>", "domain"=>"<string>", "password"=>"<string>", "proxy_server"=>"<string>", "proxy_server2"=>"<string>", "proxy_server3"=>"<string>", "register_server"=>"<string>", "register_server2"=>"<string>", "register_server3"=>"<string>", "user_name"=>"<string>", "voice_mail"=>"<string>", "registration_expire_time"=>60, "transport_protocol"=>"UDP", "transport_protocol2"=>"AUTO", "transport_protocol3"=>"UDP"}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: OK

""