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
idstringformat: "uuid"
emailstringformat: "email"
namestring or null
clientobject or null
OAuth client details when authenticated via OAuth.

Errors