# Get User Info

This endpoint retrieves information about the currently authenticated user.

It returns a UserInfo object containing the user's user_id, email, name, role, and other details.

Endpoint: GET /api/v1/user/
Version: Version: 2edadba5
Security: CodeBearer

## Response 200 fields (application/json):

  - `member_id` (any)

  - `user_id` (string, required)

  - `email` (string, required)

  - `name` (string, required)

  - `role` (any)

  - `phone_number` (string, required)

  - `dual_auth_no_reviewers_mode` (any)

  - `is_onboarding` (boolean)

  - `feature_flags` (object)


