# Gets the user details of the user making the request **GET /api/profile** Retrieves the user details for the user making the request through the Auth0 Id contained in its access token. ## Servers - http://localhost:4000: http://localhost:4000 () ## Authentication methods - Api key ## Parameters ## Responses ### 200 OK #### Body: application/json (object) - **account_id** (string) ID of the account the user is associated to - **auth0_id** (string) Auth0 id of the user - **completed_onboarding** (boolean) Whether the user has completed their onboarding or not. - **email** (string) Authenticated User's email - **role** (string) Authenticated user's role - **user_id** (string) ID of the User - **user_name** (string) Name of the user ### 400 Bad Request #### Body: application/json (object) - **error** (string) Human readable version of the error status code ### 401 Unauthorized #### Body: application/json (object) - **error** (string) Human readable version of the error status code [Powered by Bump.sh](https://bump.sh)