Skip to main content
PATCH
Update a person

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json
name
string
channel
enum<string>
Available options:
WHATSAPP,
EMAIL,
INSTAGRAM,
FACEBOOK,
TIKTOK,
TELEGRAM,
PHONE,
WEB,
OTHER
phone
string
firstName
string
lastName
string
email
string
jobTitle
string
companyId
string
companyName
string
city
string
description
string
customFields
object
tagIds
string[]

Tag IDs to attach. Additive — does not remove existing tags.

Response

The updated person