# Fetch the personal identities associated with the current user **GET /users/{user_id}/kyc/identities** Fetch the personal identities associated with the current user. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id ## Responses ### 200 The personal identities of the current user #### Body: (array[object]) - **id** (string(uuid)) - **user_id** (string(uuid)) - **company_role** (string) - **tax_id_number** (string) - **first_name** (string) - **last_name** (string) - **phone_number** (string) - **citizenship** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **country_of_birth** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **date_of_birth** (string(datetime)) - **video_identification_completed_at** (string(datetime)) - **place_of_birth** (string) - **family_status** (string) - **gender** (string) - **not_us_income_tax** (boolean) - **trading_on_behalf_of_self** (boolean) - **title** (string) - **name_affix** (string) - **mifid_status** (string) - **name_at_birth** (string) - **second_citizenship** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **country_of_taxation** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **second_country_of_taxation** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **second_tax_id_number** (string) - **share** (number(decimal)) - **sole_right_of_representation** (boolean) - **exclusively_taxable_in_country_of_taxation** (boolean) - **type** (string) - **video_identification_completed** (boolean) - **address** (object) - **video_identifications** (array[object]) - **attachments** (array[object]) - **term** (object) [Powered by Bump.sh](https://bump.sh)