Logo
Zoom Public API Documentation

Change main company number

PUT {{baseUrl}}/phone/company_number

Use this API to change an account's main company number.

External users can use the main company number to reach your Zoom Phone users by dialing the main company number and the user's extension. It can also be used by your account's Zoom Phone users as their caller ID when making calls.

Scopes: phone:write:admin Rate Limit Label: Light

Prerequisites: * A Pro or higher account plan * Account owner or admin permissions

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X PUT 'https://api.zoom.us/v2/phone/company_number' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"phone_number":"+199955500123"}'

ENDPOINTS