Retrieves the unified session context for the currently authenticated user
get
This endpoint aggregates user identity, permissions, environment settings, and UI configuration into a single response optimized for front-end application initialization.
The response is cached (in memory) per session unless the refresh parameter is set to true. Only authenticated users will receive a successful response.
Query parameters
refreshbooleanOptional
When true, bypasses cached data and rebuilds the context from source systems.
Defaults to false for optimal performance.
Default: false
Responses
200
Successfully retrieved user context. Returns SiteSettings object.
get
/api/me/context
200
Successfully retrieved user context. Returns SiteSettings object.
Retrieves the list of permissions granted (or denied) to me
get
Responses
200
OK
Responsestring[]
get
/api/me/permissions
200
OK
Retrieves the list of roles to which I am assigned