Logo
Zoom Public API Documentation

Create an address book

POST {{baseUrl}}/contact_center/address_books

Use this API to create an address book. An address book is a collection of consumer information like display names, phone numbers, and locations.

Scopes: contact_center_contact:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "address_book_id": "<string>", "address_book_name": "<string>", "address_book_description": "<string>", "unit_id": "<string>", "unit_name": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/contact_center/address_books' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"unit_id":"\u003cstring\u003e","address_book_name":"\u003cstring\u003e","address_book_description":"\u003cstring\u003e"}'

ENDPOINTS