Create an address book unit

POST {{baseUrl}}/contact_center/address_books/units

Use this API to create an address book unit . Admins can use address book units to organize several address books .

Scopes: contact_center_contact:write:admin

Rate Limit Label : Light

Request Body

{"unit_name"=>"<string>", "unit_description"=>"<string>"}

HEADERS

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

RESPONSES

status: Created

{"unit_id":"\u003cstring\u003e","unit_name":"\u003cstring\u003e","unit_description":"\u003cstring\u003e"}