Skip to main content
POST
Update a contact

Authorizations

x-token
string
header
required

Path Parameters

contactId
string
required

The contact's _id.

Body

application/json
firstname
string
lastname
string
email

One or more email addresses.

phone
object[]
typeId
string

Contact type ID.

contactType
string

Contact type name (alternative to typeId).

isCompany
boolean
title
string
company
string
imageUrl
string

Absolute URL to a JPG or PNG photo.

customFields
object

Map of custom field ID to value.

Response

Updated contact.

_id
string

MongoDB ObjectId of the contact.

uuid
string
firstname
string
lastname
string
fullName
string

Computed display name (first + last, or company name for org records).

duogram
string

Two-letter initials derived from first and last name.

photoId
string | null
imageUrl
string | null

CDN thumbnail URL for the contact's photo, or null if none.

email
string
phone
string
typeId
string
companyId
string
address
object
title
string
alerts
object[]
company
string

Company name — populated when isCompany is true.

isCompany
boolean