Return current authenticated user information.
Returns: UserInfo with user ID, email, organization ID and name.
Raises: HTTPException: 500 if unable to fetch user information.
Successful Response
User information response model.
Attributes: user_id: Unique user identifier. email: User's primary email address. organization_id: Organization identifier. organization_name: Name of the user's organization.