Get current user information
Authentication
Get current user information
Returns information about the currently authenticated user based on JWT token. Includes user identifiers, auth methods, and current company context if set.
When the bearer is an admin impersonation JWT (ADR-0018), the user
payload is synthesized from the JWT claims (no real User row exists
for the operator inside the target organization) and an additional
impersonation block is included with the actor identity and the
target organization id. Clients can detect impersonation by the
presence of that block.
GET
Get current user information
Documentation Index
Fetch the complete documentation index at: https://docs.rinne.com.br/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token for user authentication

