PUT /directory_contacts/:uid

Description

Updates a specific contact based on its unique identifier.

URL

https://api.keyyo.com/manager/1.0/directory_contacts/:uid

Parameters

:uid

The unique identifier of the contact

Applicable types:

DirectoryContact
name

The last name of the contact

first_name

The first name of the contact

base64_picture

The picture of the contact (encoded in base64)

default_number

The primary number of the contact

work_number

The work number of the contact

work_speed_number

The speed number of this contact's work number

mobile_number

The mobile number of the contact

mobile_speed_number

The speed number of this contact's mobile number

home_number

The home number of the contact

home_speed_number

The speed number of this contact's home number

email

The email address of the contact

company

The name of the contact's company

job

The title of the contact's job

address

The address of the contact

zipcode

The ZIP code of the contact's address

city

The city of the contact's address

country

The country of the contact's address

Relationships

GET /directory_contacts Retrieves the list of contacts belonging to the directory.
GET /directory_contacts/:uid Retrieves a specific contact based on its unique identifier.
DELETE /directory_contacts/:uid Deletes a specific contact based on its unique identifier.