Skip to content

Update Contact

PATCH
/contacts/{contact_id}

Update a contact’s fields (partial update).

Company link (both optional; a contact may have no company): company_id attaches an EXISTING company (mashup_companies.id) directly; company_domain resolves-or-creates a company from its domain. company_id wins if both are given. Every other field is a plain column update. Provide any subset; at least one field (plain or company) is required.

Authorizations

Parameters

Path Parameters

contact_id
required

Contact ID

integer

Contact ID

Header Parameters

X-Target-Org-Id
Any of:
string

Request Body required

Request body for updating a contact. All fields optional (partial update).

object
city
Any of:
string
company_domain
Any of:
string
company_id
Any of:
integer
country
Any of:
string
direct_phone
Any of:
string
first_name
Any of:
string
job_department
Any of:
string
job_title
Any of:
string
last_name
Any of:
string
linkedin_url
Any of:
string
mobile_phone
Any of:
string
seniority_level
Any of:
string
state
Any of:
string
work_email
Any of:
string

Responses

200

Successful Response

object
data
required
object
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string