Skip to main content
GET
Get Current User Saas

Authorizations

X-Access-Token
string
header
required

Headers

x-session-api-key
string | null

Query Parameters

expose_secrets
boolean
default:false

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.

language
string | null
user_version
integer | null
remote_runtime_resource_factor
integer | null
secrets_store
any
enable_sound_notifications
boolean
default:false
enable_proactive_conversation_starters
boolean
default:true
user_consents_to_analytics
boolean | null
sandbox_base_container_image
string | null
sandbox_runtime_container_image
string | null
disabled_skills
string[] | null
search_api_key
string<password> | null
sandbox_api_key
string<password> | null
max_budget_per_task
number | null
email
string | null
email_verified
boolean | null
git_user_name
string | null
git_user_email
string | null
title_llm_profile
string | null
git_full_clone
boolean
default:false
v1_enabled
boolean
default:true
agent_settings
Agent Settings · object
conversation_settings
ConversationSettings · object
sandbox_grouping_strategy
enum<string>
default:NO_GROUPING

Strategy for grouping conversations within sandboxes.

Available options:
NO_GROUPING,
GROUP_BY_NEWEST,
LEAST_RECENTLY_USED,
FEWEST_CONVERSATIONS,
ADD_TO_ANY
default_sandbox_spec_id
string | null
llm_profiles
LLMProfiles · object

Saved LLM profiles and the currently active profile name. See LLMProfiles for the profile-management API.

active_agent_profile_id
string | null
active_agent_profile_revision
integer | null
registered_marketplaces
MarketplaceRegistration · object[]

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.

inherited_marketplaces
MarketplaceRegistration · object[]

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.

id
string | null
org_id
string | null
org_name
string | null
role
string | null
permissions
string[] | null