Skip to main content
POST
Create a new person record in the tenant.

Authorizations

x-api-key
string
header
required

Body

application/json
city
string | null
country_code
string | null
description
string | null
email
string | null
email_3
string | null
email_4
string | null
email_5
string | null
facebook_url
string | null
first_name
string | null
job_title
string | null
last_name
string | null
linkedin_url
string | null
logo_url
string | null
mobile_phone
string | null
name
string | null
phone
string | null
secondary_email
string | null
secondary_phone
string | null
state_code
string | null
twitter_url
string | null
website
string | null

Response

201 - application/json

Response body for person create/update.

rings_updated_at
integer
required
uuid
string
required
email_slot
string | null

Which of the five email slots the submitted email was written to: email, secondary_email, email_3, email_4 or email_5. An address sent for a person who already exists is added to their next free slot rather than overwriting slot 1, so this will not always be email. null when no email was submitted, when the person already held that address, or when all five slots were already full.