- Pass the contact UUID to update a contact directly by its identifier.
- Pass the workspace identity value to update the matching contact by email, phone, or your configured custom identity field.
- Email identity lookups are normalized before matching, so surrounding whitespace and letter casing do not affect the result.
- The resolved contact must belong to the workspace in the path.
Update Contact
Update existing contacts in your workspace by modifying their attributes. The contact path parameter accepts either the contact UUID or the current workspace identity value. Only the attributes included in the request are updated; all others remain unchanged.
Lookup Behavior
How the `contact` path parameter is resolved
POST
/v1/workspaces/:workspace/contacts/:contactUpdate an existing contact by UUID or identity value
Path parameters
workspacestring Required ID of your workspace
contactstring Required Contact UUID or the current workspace identity value
Request body
attributesobject Required Show Object Properties