Skip to main content
POST
Create Person

Authorizations

Authorization
string
header
required

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

Query Parameters

workspace_id
string<uuid>
required

Body

application/json
first_name
string | null
last_name
string | null
email_addresses
string[] | null
phone_numbers
string[] | null
job_title
string | null

Response

Successful Response

The response is of type Response Create Person V1 Attio People Post · object.