GET {{baseUrl}}/phone/external_contacts/:externalContactId
Use this API to get an external contact's information. Scopes: Prerequisites:
* Pro or a higher account with Zoom Phone license
* Account owner or admin permissionsphone:write:admin
Rate Limit Label: Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"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"
]
} |
ENDPOINTS