Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "unit_id": "<string>", "unit_name": "<string>", "unit_description": "<string>" }



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

ENDPOINTS