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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;unit_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;unit_name&quot;:&quot;\u003cstring\u003e&quot;,&quot;unit_description&quot;:&quot;\u003cstring\u003e&quot;}