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: Rate Limit Label: sip_phone:write:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"id": "<string>",
"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>",
"registration_expire_time": 60,
"transport_protocol": "AUTO",
"transport_protocol2": "TLS",
"transport_protocol3": "UDP",
"user_email": "<email>",
"user_name": "<string>",
"voice_mail": "<string>"
} |
ENDPOINTS