Skip to main content
PUT
Update Contact
Update properties of an existing contact. The email address cannot be changed.

Path Parameters

string
required
The unique list ID (e.g., lst_abc123).
string
required
The unique contact ID (e.g., cnt_abc123).

Request Body

string
Updated first name.
string
Updated last name.
string
Updated phone number.
object
Updated custom field values. Merges with existing fields (use null to clear a field).
Type of consent obtained (NDPR compliance): explicit, implicit, or legitimate_interest.
Where consent was collected (e.g., signup_form, import, api).
ISO 8601 timestamp when consent was given.
IP address from which consent was given.

Examples

Response

Returns the updated contact object.
Example Response

Errors

Email addresses cannot be changed. To update an email, delete the contact and create a new one.