# Create a user **POST /users** Create a user. The 'locale' attribute takes 'en' or 'de' as values, with 'en' being set by default when no value is specified. ## Servers ## Parameters ## Body parameters Content-type: The current user information. The 'locale' attribute takes 'en' or 'de' as values, with 'en' being set by default when no value is specified. - **business_investor** (boolean) - **email** (string) - **terms_acceptance** (boolean) - **locale** (string) accepted values are 'en' and 'de' ## Responses ### 201: Current user created and returned #### Body Parameters: (object) - **id** (string(uuid)) - **user_code** (string) - **email** (string) - **locale** (string) - **terms_acceptance** (boolean) - **email_confirmed** (boolean) - **approved_at** (string(datetime)) - **rejected_at** (string(datetime)) - **created_at** (string(datetime)) - **business_investor** (boolean) - **kyc_status** (string) - **approved** (boolean) - **rejected** (boolean) - **invested** (boolean) - **identities** (object) ### 401: Authorization information is missing or invalid. ### 422: Request body has errors or invalid. [Powered by Bump.sh](https://bump.sh)