# Create a business owner for the current business user **POST /users/{user_id}/kyc/business_owners** Create a business owner for the current business user. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id ### Body: (object) Business owner information - **tax_id_number** (string) - **first_name** (string) - **last_name** (string) - **citizenship** (string) two-letter country codes in ISO 3166-1 alpha-2 format - **date_of_birth** (string(datetime)) - **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 - **share** (number(decimal)) ## Responses ### 401 Authorization information is missing or invalid. ### 422 Request body has errors or invalid. ### 201 Business owner 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) [Powered by Bump.sh](https://bump.sh)