POST /directory_branches/:branch_id/contacts
Description
Creates a contact within a specific branch.
URL
https://api.keyyo.com/manager/1.0/directory_branches/:branch_id/contactsParameters
:uid |
Applicable types: DirectoryBranch |
first_name |
The first name of the contact (mandatory) |
name |
The last name of the contact (mandatory) |
base64_picture |
The picture of the contact (encoded in base64) |
Result
DirectoryContact | A contact (i.e. person and his information) belonging to the directory |
Relationships
GET /directory_branches/:branch_id/sub_branches | Retrieves the list of sub branches belonging to a specific branch. |