# Create a personal identity for the current user **POST /users/{user_id}/kyc/identities** Create a personal identity for the current user. 'second_country_of_taxation' and 'second_tax_id_number' attributes are required only when exclusively_taxable_in_country_of_taxation is set to false ## Servers ## Parameters ### Path parameters - **user_id** (string) User id ### Body: (object) Identity information - **mifid_status** (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)) must have YYYY-MM-DD format - **place_of_birth** (string) - **family_status** (string) proposed values Single, Married, Registered partnership, Divorced - **gender** (string) proposed values Female, Male, Other - **not_us_income_tax** (boolean) - **trading_on_behalf_of_self** (boolean) - **title** (string) - **name_affix** (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) - **exclusively_taxable_in_country_of_taxation** (boolean) ## Responses ### 201 Personal identity created and returned #### Body: (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) ### 401 Authorization information is missing or invalid. ### 422 Request body has errors or invalid. [Powered by Bump.sh](https://bump.sh)