v14

OpenAPI 3.1.02026-08-03122113375.9 KB
user-account

Update profile

Update account profile fields such as name, family name, username, and public profile text.

Use this endpoint for profile editing screens.

Behavior notes:

  • Returns 204 on success with no response body.
  • Username changes may be subject to update limits and can fail with a precondition-style error.
  • The resulting profile can be re-fetched using GET /user/account.
put/user/account/profile

Request body

familyNamestring

User's family name

namestring

User's display name

usernamestring

Public username

profilestring

Brief profile description

Response

Profile updated