Retrieve individual details. This operation is only for corporate customers that have individual officers with access to the account
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "data": {
- "id": "string",
- "individual_type": [
- "INDIVIDUAL"
], - "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "email_address": "string",
- "mailing_address": {
- "unit_number": "string",
- "address_line1": "string",
- "address_line2": "string",
- "address_line3": "string",
- "city": "string",
- "state": "string",
- "postal_code": "string",
- "country_code": "string"
}, - "telephone_number": "string",
- "tax_reference_number": "string",
- "passport_number": "string",
- "nationality": "string",
- "date_of_birth": "2019-08-24",
- "percentage_ownership": 0,
- "title": "string",
- "us_residency_status": "US_CITIZEN"
}
}