# Retrieve Individual Retrieve individual details. This operation is only for corporate customers that have individual officers with access to the account Endpoint: GET /v1/customers/{customer_id}/individuals/{individual_id} Version: 1.1.2 Security: OAuth2Flow ## Path parameters: - `id` (string, required) Corporate Customer ID. This operation can only be performed on corporate customers. - `individual_id` (string, required) Individual ID ## Header parameters: - `Authorization` (string) OAuth bearer token (see authentication flows) - `x-l2f-request-id` (string) Optional Unique ID per request, useful for fault resolution/diagnosis and audit. ## Response 200 fields (application/json): - `data` (object, required) Beneficial Owners and Control Persons Associated to the corporation - `data.id` (string, required) Unique ID of the Individual - `data.individual_type` (array, required) Type of individual in the corporation Enum: "OFFICER", "BENEFICIAL_OWNER", "CONTROL_PERSON", "AUTHORIZED_PERSON" - `data.first_name` (string, required) First name - `data.middle_name` (string) Middle Name(s) (if present) - `data.last_name` (string, required) Last name - `data.email_address` (string) Email Address - `data.mailing_address` (object) Mailing Address - `data.mailing_address.unit_number` (string) Unit Number - `data.mailing_address.address_line1` (string) Address Line 1 - `data.mailing_address.address_line2` (string) Address Line 2 - `data.mailing_address.address_line3` (string) Address Line 3 - `data.mailing_address.city` (string) City - `data.mailing_address.state` (string) State / Province (2 Digit subdivision component of the ISO 3166-2 code, which consists of the last two characters. https://en.wikipedia.org/wiki/ISO_3166-2 - `data.mailing_address.postal_code` (string) Postal / Zip Code - `data.mailing_address.country_code` (string) Country Code (2 Digit ISO31661-Alpha2 Format - https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) - `data.telephone_number` (string) Telephone Number in E.164 format - `data.tax_reference_number` (string) Tax reference number of the country (SSN, ITIN, SIN, National Insurance Number etc) - `data.tax_reference_number_country` (string) Registered tax reference number country (2 Digit ISO31661-Alpha2 Format - https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) - `data.passport_number` (string) Passport Number - `data.nationality` (string) Nationality (2 Digit ISO31661-Alpha2 Format - https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) - `data.citizenship` (array) Citizenship (2 Digit ISO31661-Alpha2 Format - https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) - `data.date_of_birth` (string) RFC3339 (YYYY-MM-DD) Date of Birth - `data.percentage_ownership` (integer) (Only where type is BENEFICIAL_OWNER) Percentage ownership of the corporation (0 to 100) - `data.title` (string) Example values CEO, COO, CFO, President, BenefitsAdministrationOfficer, CIO, VP, AVP, Treasurer, Secretary, Controller, Manager, Partner or Member. - `data.us_residency_status` (string) US Residency Status Enum: "US_CITIZEN", "RESIDENT_ALIEN", "NON_RESIDENT_ALIEN" ## Response 400 fields (application/json): - `errors` (array) Error List - `errors.code` (string) Layer2 Standard Error Code - `errors.description` (string) Error Description ## Response 401 fields (application/json): - `errors` (array) Error List - `errors.code` (string) Layer2 Standard Error Code - `errors.description` (string) Error Description ## Response 404 fields (application/json): - `errors` (array) Error List - `errors.code` (string) Layer2 Standard Error Code - `errors.description` (string) Error Description ## Response 500 fields (application/json): - `errors` (array) Error List - `errors.code` (string) Layer2 Standard Error Code - `errors.description` (string) Error Description