GET {{baseUrl}}/phone/external_contacts?next_page_token=BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2&page_size=30
Use this API to list external contacts. Scopes: Prerequisites:
* Pro or a higher account with Zoom Phone license
* Account owner or admin permissionsphone:read:admin
Rate Limit Label: Light
Body
PARAM
Key | Datatype | Required | Description |
next_page_token
|
string | The next page token is used to paginate through large result sets. A next page token will be returned whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes. | |
page_size
|
number | The number of records returned within a single API call. |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"external_contacts": [
{
"description": "External contact Johnson",
"email": "example@example.com",
"extension_number": "101014",
"external_contact_id": "OJGi5xOFQPmrJbKg68-iWg",
"id": "external_contact_01",
"name": "Johnson",
"phone_numbers": [
"+12058945656",
"+12058945657"
]
},
{
"description": "External contact Johnson",
"email": "example@example.com",
"extension_number": "101014",
"external_contact_id": "OJGi5xOFQPmrJbKg68-iWg",
"id": "external_contact_01",
"name": "Johnson",
"phone_numbers": [
"+12058945656",
"+12058945657"
]
}
],
"next_page_token": "BJLYC6PABbAHdjwSkGVQeeR6B1juwHqj3G2",
"page_size": 30
} |
ENDPOINTS