# Get Current User Information **GET /api/v2/user** Get details of current user. ## Servers - https://api.fincalc.co.uk: https://api.fincalc.co.uk () ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **ExcludeFormattedValues** (string) If set to any value, formatted values will be excluded from the response. ## Responses ### 200 Success #### Body: application/json (object) - **success** (boolean) - **data** (object) ### 401 User account is locked. #### Body: application/json (object) - **success** (boolean) - **message** (string) ### 404 User not found. #### Body: application/json (object) - **success** (boolean) - **message** (string) [Powered by Bump.sh](https://bump.sh)