Logo
Zoom Public API Documentation

phone-outbound_caller_id-customized_numbers

Number of APIs: 3


1. 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



2. Delete phone numbers for an account's customized outbound caller ID

DELETE {{baseUrl}}/phone/outbound_caller_id/customized_numbers?customize_ids=<string>&customize_ids=<string>

Deletes 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:delete:customized_number:admin

Rate Limit Label: Light



3. List an account's customized outbound caller ID phone numbers

GET {{baseUrl}}/phone/outbound_caller_id/customized_numbers?selected=<boolean>&site_id=<string>&extension_type=sharedLineGroup&keyword=<string>&page_size=30&next_page_token=<string>

Retrieves phone numbers that can be used as the account-level customized outbound caller ID. 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:read:admin

Granular Scopes: phone:read:list_customized_number:admin

Rate Limit Label: Light



ENDPOINTS