Add a key person
Add a key person to an existing commercial user
POST
https://sandbox-api.com/v1/users/{user_id}/key_people
Path Parameters
Name | Type | Description |
---|---|---|
user_id* | string | The uuid of the user |
Request Body
Name | Type | Description |
---|---|---|
address* | object | The person's address. Must be a valid US address. For the |
middle_name | string | The person's middle name. Must pass the regex |
first_name* | string | The person's first name. Must pass the regex |
email* | string | The person's email address. |
dob* | string | The person's date of birth, formatted as |
ssn* | string | The person's social security number (SSN). The SSN must be AES encrypted In CBC Mode using your |
phone* | string | The person's phone number. Must be a valid US phone number. |
last_name* | string | The person's last name. Must pass the regex |
title* | string | The person's role at the company. Acceptable values:
|
Last updated