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

| Key | Datatype | Required | Description | | Content-Type | string | | | | Accept | string | | |

RESPONSES

status: Created

{"address_book_id":"\u003cstring\u003e","address_book_name":"\u003cstring\u003e","address_book_description":"\u003cstring\u003e","unit_id":"\u003cstring\u003e","unit_name":"\u003cstring\u003e"}