Enable SIP phone

POST {{baseUrl}}/sip_phones

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 enable a user to use SIP phone.

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>", "register_server"=>"<string>", "user_email"=>"<email>", "user_name"=>"<string>", "voice_mail"=>"<string>", "proxy_server2"=>"<string>", "proxy_server3"=>"<string>", "register_server2"=>"<string>", "register_server3"=>"<string>", "registration_expire_time"=>60, "transport_protocol"=>"TLS", "transport_protocol2"=>"TLS", "transport_protocol3"=>"TCP"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;authorization_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;domain&quot;:&quot;\u003cstring\u003e&quot;,&quot;password&quot;:&quot;\u003cstring\u003e&quot;,&quot;proxy_server&quot;:&quot;\u003cstring\u003e&quot;,&quot;proxy_server2&quot;:&quot;\u003cstring\u003e&quot;,&quot;proxy_server3&quot;:&quot;\u003cstring\u003e&quot;,&quot;register_server&quot;:&quot;\u003cstring\u003e&quot;,&quot;register_server2&quot;:&quot;\u003cstring\u003e&quot;,&quot;register_server3&quot;:&quot;\u003cstring\u003e&quot;,&quot;registration_expire_time&quot;:60,&quot;transport_protocol&quot;:&quot;AUTO&quot;,&quot;transport_protocol2&quot;:&quot;TLS&quot;,&quot;transport_protocol3&quot;:&quot;UDP&quot;,&quot;user_email&quot;:&quot;\u003cemail\u003e&quot;,&quot;user_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;voice_mail&quot;:&quot;\u003cstring\u003e&quot;}