# Contacts Examples

The operations that you can do against contacts with simple usage is small and still growing under development.
Please note that you can do much more if you query against the SOAP client directly, this is just a list of operations
that have been made simpler

 * [Get a list of contacts](listContacts.php)
 * [Create a contact](createContacts.php)
 * [Update a contact](updateContact.php)
 * [Delete one field from a contact](deleteContactField.php)
 * [Delete a contact](deleteContact.php)
 * [Upload a contact Photo](uploadContactPhoto.php)
