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

Request Body

{"unit_id"=>"<string>", "address_book_name"=>"<string>", "address_book_description"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;address_book_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;address_book_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;address_book_description&quot;:&quot;\u003cstring\u003e&quot;,&quot;unit_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;unit_name&quot;:&quot;\u003cstring\u003e&quot;}