Create a new person in a household
OAuth 2.0 Bearer Token from Clerk authentication
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
The household ID
First name
"John"
Last name
"Doe"
Middle name
"Robert"
Preferred name
"Johnny"
Salutation
"Mr."
Suffix
"Jr."
Gender
female, male, nonbinary, other, prefer_not_to_say "male"
Professional designations
"CPA, CFP"
Role in the household
head_of_household, partner, spouse, dependent_child, other_adult, non_dependent_child, other_dependent, unknown, deceased, grandchild "spouse"
Date of birth
"1985-06-15"
Job title
"Software Engineer"
Array of email addresses
Array of phone numbers
Array of addresses
Array of employment records
Social security number
"123-45-6789"
Driver's license number
"DL-1234567890"
Custom field values as key-value pairs
{ "preferred_contact_method": "Email" }person created
The person ID
"abc123xyz"
The book ID
"book123xyz"
"John"
"Doe"
The household ID
"xyz789abc"
The contact ID (present when person belongs to a contact)
"cnt456def"
The entity type this person belongs to
client, prospect, contact, past_client "client"
"Robert"
"Mr."
"Jr."
"Smith"
female, male, nonbinary, other, prefer_not_to_say "male"
"CPA, CFP"
Only present when person belongs to a household
head_of_household, partner, spouse, dependent_child, other_adult, other_dependent, unknown, deceased, non_dependent_child, grandchild "head_of_household"
"Johnny"
Date of birth
"1985-06-15"
Job title
"Software Engineer"
Obfuscated social security number
"***-**-6789"
Obfuscated driver's license number
"******7890"
Array of email addresses with primary designation
Array of phone numbers with primary designation
Array of addresses with primary designation
Array of employment records
Custom field values as key-value pairs
{
"preferred_contact_method": "Email",
"risk_tolerance": "Moderate"
}