users
Update User Profile
Update current user’s profile
Allows updating display name, timezone, language, and preferences
PATCH
Update User Profile
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Update user profile fields.
New display name.
Maximum string length:
255IANA timezone (e.g., 'America/New_York').
Maximum string length:
100Preferred language code (e.g., 'en', 'es').
Maximum string length:
10User preferences to update (e.g., {approval_mode: 'ask_every_time', model_tier: 'pro'}).
Response
Successful Response
Update User Profile

