Skip to main content
POST
Create Person

Headers

Authorization
string | null

Body

application/json
first_name
string
required
Required string length: 1 - 120
external_id
string | null
Maximum string length: 120
last_name
string | null
Maximum string length: 120
birth_date
string<date> | null
hire_date
string<date> | null
email
string<email> | null
phone
string | null
Maximum string length: 40
position
string | null
Maximum string length: 120
sector
string | null
Maximum string length: 120
photo_asset_id
string<uuid> | null
custom_fields
Custom Fields · object

Response

Successful Response

id
string<uuid>
required
org_id
string<uuid>
required
external_id
string | null
required
first_name
string
required
last_name
string | null
required
birth_date
string<date> | null
required
hire_date
string<date> | null
required
email
string | null
required
phone
string | null
required
position
string | null
required
sector
string | null
required
photo_asset_id
string<uuid> | null
required
status
string
required
custom_fields
Custom Fields · object
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
photo_url
string | null