Skip to main content
PUT
Update a person

Authorizations

x-metal-client-id
string
header
default:<client-id>
required

The Client ID of your API key.

x-metal-api-key
string
header
default:<api-key>
required

The secret value of your API key.

Path Parameters

id
string
required

The person id.

Body

application/json

Fields to update on a person. Provide only what you want to change.

firstName
string
lastName
string
email
string
currentTitle
string
currentCompanyName
string
company
string

The id of the company to link this person to.

linkedinUrl
string
phoneNumber
string
location
object
externalId
string

Response

A person.

data
object

A person record. Attributes such as currentTitle, currentCompanyName, and linkedinUrl can be populated by enrichment; the enrichment field exposes the discovered values and citations behind each reconciled attribute. See the Enrichment and Reconciliation & ranking guides.