Logo
Zoom Public API Documentation

Get an address book contact

GET {{baseUrl}}/contact_center/address_books/:addressBookId/contacts/:contactId

Use this API to get information about an address book's contact.

Scopes: contact_center_contact:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "contact_id": "<string>", "display_name": "<string>", "first_name": "<string>", "last_name": "<string>", "phone_numbers": [ "<string>", "<string>" ], "emails": [ "<email>", "<email>" ], "location": "<string>", "account_number": "<string>", "company": "<string>", "role": "<string>", "address_book_id": "<string>", "address_book_name": "<string>", "variables": [ { "variable_group_id": "<string>", "variable_id": "<string>", "variable_name": "<string>", "data_type": "string", "variable_value": "<string>" }, { "variable_group_id": "<string>", "variable_id": "<string>", "variable_name": "<string>", "data_type": "string", "variable_value": "<string>" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/contact_center/address_books/:addressBookId/contacts/:contactId' -H 'Accept: application/json'

ENDPOINTS