Update a contact by ID
Contacts
Update a contact by ID
Update a contact by ID.
PATCH
Update a contact by ID
Authorizations
Headers
API version header. Supported values: 2026-03-30
Available options:
2026-03-30 Path Parameters
The unique identifier of the contact being updated.
Pattern:
^(.*)$Example:
"6a145ff26212a192852c856e"
Body
application/json
The first name of the contact.
Example:
"John"
The last name of the contact.
Example:
"Doe"
The company of the contact.
Example:
"Quo"
The role of the contact.
Example:
"admin"
The external ID of the contact.
Example:
"1234567890"
The source of the contact.
Example:
"public-api"
The source URL of the contact.
Example:
"https://my.quo.com/contacts/6a145ff26212a192852c856e"
Response
OK