Skip to main content
POST
Add a person

Authorizations

Authorization
string
header
required

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

Path Parameters

case_id
string
required

Unique case identifier (ULID format).

Body

application/json
first_name
string
required
last_name
string
required
middle_name
string
suffix
string
relationship
string
email
string<email>
phone
string
is_beneficiary
boolean
possible_dispute
boolean
is_deceased
boolean
waiver_status
enum<string>
Available options:
no_waiver_needed,
waiver_pending,
waiver_signed,
waiver_refused

Response

Person added.

data
object