Logo
Zoom Public API Documentation

Add customized outbound caller ID phone numbers

POST {{baseUrl}}/phone/sites/:siteId/outbound_caller_id/customized_numbers

Use this API to add the site-level customized outbound caller ID phone numbers. * Multiple sites must be enabled.

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

Scope: phone:write: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/sites/:siteId/outbound_caller_id/customized_numbers' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"phone_number_ids":["55JUZPwERHuGttd_j4qBsQ","55JUZPwERHuGttd_j4qBsQ"]}'

ENDPOINTS