v1
latestOpenAPI 3.0.32026-07-26303155.1 KBContacts
Update contact properties
Each contact in Tidio can have a set of defined properties.
It is important to note that contacts are website visitors who have interacted with the Tidio widget and have been identified by their name, email address, or phone number.
These properties include email, first_name, last_name, phone, distinct_id, and properties. Each property has a specific type, such as text, email, number, phone, or URL. Please note that you can only update contacts that are already defined in the Tidio panel.
Pass only the property you want to update.
- When the property equals null, it is going to be cleared.
- When a property does not exist in the body, it stays untouched.
- Passing any non-existing property will result in a validation error.
- Passing the wrong property type will result in a validation error.
patch/contacts/{contactId}
Path parameters
contactIdstring uuid required
ID of the contact
Example:a1b4ca4c-1108-4432-b256-1e4cf2bf6f9e
Response
It means that the contact has been updated.