Skip to main content
POST
Create 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.

Body

application/json
firstName
string
required
Example:

"Jordan"

lastName
string
required
Example:

"Rivera"

email
string
Example:

"jordan@example.com"

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.