Teams
auth
Get Current User Info
Get the currently authenticated user's information.
Args: current_user: Current authenticated user (from JWT claims)
Returns: Current user information
get/v1/auth/users/me
Response
Successful Response
Get the currently authenticated user's information.
Args: current_user: Current authenticated user (from JWT claims)
Returns: Current user information
Successful Response