Get current user information
Returns the authenticated user along with every organization they belong to and their roles in each.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
User information retrieved successfully
Unique user identifier
"user_123"
User's email address
"user@example.com"
Every organization the user belongs to, with their roles.
User's display name
"John Doe"
Roles in the active organization (present only when a single organization is in scope).
The organization this session is scoped to. Present when the user belongs to exactly one organization; absent when they belong to several and none is selected yet.
Token issue timestamp (Unix epoch)
Token expiration timestamp (Unix epoch)