# Update the current user information **PUT /users/{id}** Update the current user information ## Servers ## Parameters #### Path parameters - **id** (string) Resource ID ## Body parameters Content-type: The current user information - **email** (string) - **business_investor** (boolean) - **terms_acceptance** (boolean) - **locale** (string) accepted values are 'en' and 'de' ## Responses ### 422: Request body has errors or invalid. ### 201: The current user updated 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. [Powered by Bump.sh](https://bump.sh)