Update Contact
Update an existing contact. Supports partial updates.
Updatable fields:
- `name`: Contact's full name
- `phones`: Array of contact phone numbers
- `emails`: Array of contact email addresses
- `title`: Contact title
- `accountIds`: Array of account IDs to associate
- `projectIds`: Array of project IDs to associate
Authentication
x-api-keystring
API Key authentication via header
Path parameters
contactId
Contact identifier
Request
This endpoint expects an object.
name
Contact's full name
phones
List of contact phone numbers
emails
List of contact email addresses
title
Contact title
accountIds
Account IDs to associate with the contact
projectIds
Project IDs to associate with the contact
Response
Contact updated successfully
name
Contact's full name
phones
List of contact phone numbers
emails
List of contact email addresses
title
Contact title
createdByUser
accounts
List of account objects
projects
List of project objects
