Get Current User
Get current authenticated user information including token details.
Returns the authenticated user’s basic information (ID, email, name). If authenticated via OAuth client credentials, also includes the client’s organization and project context.
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Response
Current user information
id
email
name
client
OAuth client details when authenticated via OAuth.
