Skip to main content
PATCH
Update person details

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Path Parameters

id
string
required

Person ID

Body

application/json
linkedin_url
string

LinkedIn profile URL (alternative to using person ID)

emails
object[]

Email addresses to update/add as an array

phone_numbers
object[]

Phone numbers to update/add as an array

name
string

Full name

first_name
string

First name

last_name
string

Last name

current_job_title
string

Current job title

company_name
string

Current company name

linkedin_location
string

LinkedIn location

linkedin_headline
string

LinkedIn headline

address
string

Physical address

enrich_record
boolean

Whether to enrich the person record

work_email
string

Work email address

personal_email
string

Personal email address

mobile_phone
string

Mobile phone number

work_phone
string

Work phone number

Response

Successfully updated person

error
string | null
required

Error message if any

data
object | null
required