GET /directory_contacts/:uid

Description

Retrieves 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

Result

DirectoryContact A contact (i.e. person and his information) belonging to the directory

Relationships

PUT /directory_contacts/:uid Updates a specific contact based on its unique identifier.
DELETE /directory_contacts/:uid Deletes a specific contact based on its unique identifier.