auth
Get Current User Info
Return current authenticated user information.
Args: user: Authenticated user from dependency injection.
Returns: UserInfo with user ID, email, organization ID and name.
Raises: HTTPException: 500 if unable to fetch user information.
GET
Get Current User Info
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Response
200 - application/json
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.
Get Current User Info