Create Person
People
Create Person
Create or upsert a person by identifier. Idempotent — if an entity with one of the identifiers already exists, you get it back with any new claim values asserted onto it.
POST
Create Person
Use this from a form intake hook. Safe to call repeatedly for the same person.
Every other field on the body is asserted as a claim. Common ones include
Both
Body
At least one identifier is required.Adds an
email identifier to the entity.Adds a
linkedin_url identifier.Adds a
linkedin_member_id identifier.Adds a
hubspot identifier.Adds a
pipedrive identifier.Adds an
apollo identifier.Adds an
attio identifier.first_name, last_name, job_title, company, seniority, department, city, country, phone, pipeline_stage.
Response
id and entity_id are returned and always carry the same value (the entity UUID). GET /v2/people returns only id.