Skip to main content
PATCH
Update User Profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Update user profile fields.

display_name
string | null

New display name.

Maximum string length: 255
timezone
string | null

IANA timezone (e.g., 'America/New_York').

Maximum string length: 100
language
string | null

Preferred language code (e.g., 'en', 'es').

Maximum string length: 10
preferences
Preferences · object | null

User preferences to update (e.g., {approval_mode: 'ask_every_time', model_tier: 'pro'}).

Response

Successful Response