Auth

Get current user information

Returns current authenticated user information including roles, permissions, and tenant context. Permissions are resolved server-side for freshness and accuracy.

get/api/auth/me

Response

User information retrieved successfully.

userIdstring
tenantIdinteger
rolesstring[]
permissionsstring[]
isAdminboolean
cachedAtstring date-time
expiresAtstring date-time
eTagstring

Changes

Changed in 2 of the 7 revisions of this API.11