Update Current User
Updates the authenticated user’s global profile, or their profile override for an account when account_id is given. Not available to API keys.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-09"
Query Parameters
When set, updates the authenticated user's profile override for this account instead of their global profile.
Response
current user updated
The ID of the user, which will look like user_*************
The user's unique username
The user's display name
The user's biography
When the user was created, as an ISO 8601 timestamp
The user's profile picture, an object with a url

