List phone numbers

GET {{baseUrl}}/phone/numbers?next_page_token=<string>&type=assigned&extension_type=meetingService&page_size=30&number_type=toll&pending_numbers=<boolean>&site_id=<string>

Returns a list all Zoom Phone numbers in a Zoom account.

Prerequisites:

  • A Pro or higher account plan
  • A Zoom Phone license

Scopes: phone:read:admin

Granular Scopes: phone:read:list_numbers:admin

Rate Limit Label : MEDIUM

Request Params

| Key | Datatype | Required | Description | | next_page_token | string | | The next page token paginates through a large set of results. A next page token returns whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. | | type | string | | The query response by number assignment. The value can be one of the following:

assigned: The number has been assigned to either a user, a call queue, an auto-receptionist, or a common area in an account.
unassigned: The number is not assigned to anyone.

all: Include both assigned and unassigned numbers in the response.

byoc: Include Bring Your Own Carrier (BYOC) numbers only in the response. | | extension_type | string | | The type of assignee to whom the number is assigned. The parameter can be set only if type parameter is set as assigned. The value can be one of the following:

user
callQueue
autoReceptionist
commonArea
emergencyNumberPool
companyLocation
meetingService | | page_size | number | | The number of records returned within a single API call. | | number_type | string | | The type of phone number. The value can be either toll or tollfree. | | pending_numbers | string | | This field includes or excludes pending numbers in the response. The value can be either true or false. | | site_id | string | | The unique identifier of the site. Use this query parameter if you have enabled multiple sites and would like to filter the response of this API call by a specific phone site. See Managing multiple sites or Adding a site for details. |

HEADERS

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

RESPONSES

status: OK

{&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:&quot;\u003cinteger\u003e&quot;,&quot;phone_numbers&quot;:[{&quot;assignee&quot;:{&quot;extension_number&quot;:&quot;\u003clong\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;emergencyNumberPool&quot;},&quot;capability&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;carrier&quot;:{&quot;code&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;emergency_address&quot;:{&quot;address_line1&quot;:&quot;\u003cstring\u003e&quot;,&quot;address_line2&quot;:&quot;\u003cstring\u003e&quot;,&quot;city&quot;:&quot;\u003cstring\u003e&quot;,&quot;country&quot;:&quot;\u003cstring\u003e&quot;,&quot;state_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;zip&quot;:&quot;\u003cstring\u003e&quot;},&quot;emergency_address_status&quot;:1,&quot;emergency_address_update_time&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;location&quot;:&quot;\u003cstring\u003e&quot;,&quot;number&quot;:&quot;\u003cstring\u003e&quot;,&quot;number_type&quot;:&quot;toll&quot;,&quot;sip_group&quot;:{&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;},&quot;site&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},&quot;source&quot;:&quot;external&quot;,&quot;status&quot;:&quot;pending&quot;},{&quot;assignee&quot;:{&quot;extension_number&quot;:&quot;\u003clong\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;type&quot;:&quot;companyLocation&quot;},&quot;capability&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;carrier&quot;:{&quot;code&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;emergency_address&quot;:{&quot;address_line1&quot;:&quot;\u003cstring\u003e&quot;,&quot;address_line2&quot;:&quot;\u003cstring\u003e&quot;,&quot;city&quot;:&quot;\u003cstring\u003e&quot;,&quot;country&quot;:&quot;\u003cstring\u003e&quot;,&quot;state_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;zip&quot;:&quot;\u003cstring\u003e&quot;},&quot;emergency_address_status&quot;:2,&quot;emergency_address_update_time&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;location&quot;:&quot;\u003cstring\u003e&quot;,&quot;number&quot;:&quot;\u003cstring\u003e&quot;,&quot;number_type&quot;:&quot;tollfree&quot;,&quot;sip_group&quot;:{&quot;display_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;},&quot;site&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;},&quot;source&quot;:&quot;internal&quot;,&quot;status&quot;:&quot;pending&quot;}],&quot;total_records&quot;:&quot;\u003cinteger\u003e&quot;}