Skip to main content
PATCH
Update Profile
Updates the profile information for the currently authenticated user. Only the fields included in the request body are updated; omitted fields remain unchanged. Preferences are merged with existing values.

Auth

Requires a valid Bearer token.

Request Body

All fields are optional. Include only the fields you want to change.
string
Updated display name. Between 1 and 100 characters.
string | null
URL of the new avatar image, or null to remove.
object
Partial preferences object. Merged with existing preferences.

Response

Returns the full updated user profile. See Get Current User for the complete response schema.

Errors

Example