Logo
Zoom Public API Documentation

Add phone numbers for an account's customized outbound caller ID

POST {{baseUrl}}/phone/outbound_caller_id/customized_numbers

Adds the account-level customized outbound caller ID phone numbers. Note that when multiple sites policy is enabled, users cannot manage the account-level configuration. The system will throw an exception.

Prerequisites: * A Business or Enterprise account * A Zoom Phone license.

Scopes: phone:write:admin

Granular Scopes: phone:write:customized_number:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{}



Curl
curl -X POST 'https://api.zoom.us/v2/phone/outbound_caller_id/customized_numbers' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"phone_number_ids":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS