For the complete documentation index, see llms.txt. This page is also available as Markdown.

Me API

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.

TimeZoneIdstring · nullableOptional
OrganizationCodestring · nullableOptional
DomainNamestring · nullableOptional
CompanyNamestring · nullableOptional
IsCmdsbooleanOptional
UserNamestring · nullableOptional
IsAdministratorbooleanOptional
IsOperatorbooleanOptional
IsMultiOrganizationbooleanOptional
ImpersonatorNamestring · nullableOptional
StylePathstring · nullableOptional
AdminNavigationLogostring · nullableOptional
UserHostAddressstring · nullableOptional
SessionTimeoutMinutesinteger · int32Optional
PlatformSearchDownloadMaximumRowsinteger · int32Optional
PartitionEmailstring · nullableOptional
CurrentLanguagestring · nullableOptional
SupportedLanguagesstring[] · nullableOptional
RecentLinksKeystring · nullableOptional
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

string[]Optional
get/api/me/permissions
200

OK

Retrieves the list of roles to which I am assigned

get
Responses
200

OK

string[]Optional
get/api/me/roles
200

OK

Last updated

Was this helpful?