# Fetch the current user information **GET /users/{id}** Fetch the current user information. ## Servers ## Parameters #### Path parameters - **id** (string) Resource ID ## Responses ### 200: The current user information #### 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) [Powered by Bump.sh](https://bump.sh)