Get Current User Saas
Get the current authenticated user with SAAS-specific org info.
Returns user settings along with organization context:
- org_id: Current organization ID
- org_name: Current organization name
- role: User’s role in the organization
- permissions: List of permission strings for the role
Authorizations
Headers
Query Parameters
If true, return unmasked secret values (e.g. llm_api_key). Requires a valid X-Session-API-Key header for an active sandbox owned by the authenticated user.
Response
Successful Response
User info model for SAAS mode with organization context.
Extends the base UserInfo with SAAS-specific fields for organization membership, role, and permissions.
Strategy for grouping conversations within sandboxes.
NO_GROUPING, GROUP_BY_NEWEST, LEAST_RECENTLY_USED, FEWEST_CONVERSATIONS, ADD_TO_ANY Saved LLM profiles and the currently active profile name. See LLMProfiles for the profile-management API.
List of marketplace registrations for plugin resolution. Marketplaces with auto_load=True will have their plugins loaded automatically at conversation start. See MarketplaceRegistration for details.
Marketplaces inherited from instance or organization level. These are read-only and cannot be modified by the user. Computed at runtime: Instance defaults + Org defaults.

