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

Request Params

| Key | Datatype | Required | Description | | selected | string | | The status of the phone numbers.
true- Numbers already added to the custom list.
false- Numbers not yet added to the custom list | | site_id | string | | This field filters phone numbers that belong to the site. | | extension_type | string | | The type of extension to which the phone number belongs. | | keyword | string | | A search keyword for phone or extension numbers. | | page_size | number | | The number of records returned within a single API call. | | next_page_token | string | | The next page token paginates through a large set of results. A next page token is returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. |

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{&quot;customize_numbers&quot;:[{&quot;customize_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;phone_number_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;phone_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;incoming&quot;:&quot;\u003cboolean\u003e&quot;,&quot;outgoing&quot;:&quot;\u003cboolean\u003e&quot;,&quot;extension_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;extension_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;extension_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;extension_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;site&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;customize_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;phone_number_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;phone_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;incoming&quot;:&quot;\u003cboolean\u003e&quot;,&quot;outgoing&quot;:&quot;\u003cboolean\u003e&quot;,&quot;extension_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;extension_type&quot;:&quot;\u003cstring\u003e&quot;,&quot;extension_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;extension_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;site&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;}}],&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:&quot;\u003cinteger\u003e&quot;,&quot;total_records&quot;:&quot;\u003cinteger\u003e&quot;}