Contacts

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptional

Number of results to return per page.

offsetintegerOptional

The initial index from which to return the results.

Responses
chevron-right
200Success
application/json
get
/api/unified-communications/contacts
200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableRead-onlyRequired
updated_atstring · date-timeRead-onlyRequired
first_namestring · max: 50Required
middle_namestring · max: 50 · nullableOptional
last_namestring · max: 50Required
phonestring · max: 15Required
emailstring · email · max: 254Required
avatarstring · uri · max: 200 · nullableOptional
is_manualbooleanOptional
Responses
post
/api/unified-communications/contacts
201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this contact.

Responses
chevron-right
200Success
application/json
get
/api/unified-communications/contacts/{id}
200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this contact.

Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableRead-onlyRequired
updated_atstring · date-timeRead-onlyRequired
first_namestring · max: 50Required
middle_namestring · max: 50 · nullableOptional
last_namestring · max: 50Required
phonestring · max: 15Required
emailstring · email · max: 254Required
avatarstring · uri · max: 200 · nullableOptional
is_manualbooleanOptional
Responses
chevron-right
200Success
application/json
put
/api/unified-communications/contacts/{id}
200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this contact.

Responses
delete
/api/unified-communications/contacts/{id}
204

No response body

No content

patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired

A UUID string identifying this contact.

Body
idstring · uuidRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableRead-onlyOptional
updated_atstring · date-timeRead-onlyOptional
first_namestring · max: 50Optional
middle_namestring · max: 50 · nullableOptional
last_namestring · max: 50Optional
phonestring · max: 15Optional
emailstring · email · max: 254Optional
avatarstring · uri · max: 200 · nullableOptional
is_manualbooleanOptional
Responses
chevron-right
200Success
application/json
patch
/api/unified-communications/contacts/{id}
200Success