Contacts
Update Contact
Update an existing contact’s fields
PATCH
Update Contact
Updates an existing contact. Only provided fields are modified — omitted fields remain unchanged. The request body uses strict validation: unknown fields (e.g.,organizationID) are rejected with a 400 error to prevent accidental data corruption.
Path Parameters
The unique identifier of the contact.
Request Body
All fields are optional. Only include the fields you want to update. Set a field tonull to clear it.
Email address. Will be normalized to lowercase. If the new email is already used by another contact in your organization, the request returns
409 Conflict.Phone number.
First name.
Last name.
Job title. Set to
null to clear.Company name. Set to
null to clear.University name. Set to
null to clear.Gender. Set to
null to clear.Birthday. Set to
null to clear.Location. Set to
null to clear.LinkedIn URL.
Instagram handle.
Twitter handle.
GitHub handle.
Website URL.
Replace the contact’s tags with this array.
Contact status. Allowed values:
active, inactive.Response
Returns the updated contact object.The updated contact object (same schema as Get Contact).
