Skip to main content
POST
Add favorite use case

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Body

application/json
use_case_id
string
required

Response

Successful Response

Response model for user profile that includes email from authenticated user

id
string
required
preferred_language
enum<string> | null

Subset of locales supported by the frontend and our MultilingualText model.

Available options:
de,
en,
es,
fr,
it,
nl,
pl,
pt,
sv
preferred_model
string | null
active_org_id
string | null
favorite_use_cases
string[]
login_history
LoginHistory · object[]
created_at
string<date-time>
updated_at
string<date-time>
oauth_tokens
Oauth Tokens · object
email
string | null