Skip to main content
PATCH
Patch a CRM person
Partially updates a CRM person record. Only fields you include in the request body are changed — omitted fields keep their current values. To update individual social links without overwriting the others, include only the keys you want to change inside socials:
This updates linkedin only. twitter, facebook, and instagram are unchanged.

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

UUID of the person record to update.

Body

application/json
firstName
string | null
lastName
string | null
salutation
string | null
emails
string<email>[] | null
jobTitle
string | null
description
string | null
phoneNumber
string | null
primaryLocation
string | null
avatarUrl
string | null
companyId
string | null
socials
object

Response

OK

success
boolean
Example:

true

status
integer
Example:

200

person
object

A CRM person record.

Last modified on June 11, 2026