v1

latestOpenAPI 3.0.02026-07-24990169.2 KB

Update your account information

Requires scope user:write.

patch/me

Request body

namestring

Your new user name.

emailstring

Your new email address.

role'editor' | 'admin'

Your new role. This can only be changed if you are an admin.

languagestring

Your new language preference.

passwordstring

Strong user password.

oldPasswordstring

The previous user password.

presenceColorstring

The preferred color to use for user precense pin.

avatarstring

'' sets the avatar to the initial, while null sets avatar to custom_avatar.

emailNotificationsboolean

Enable or disable email notifications.

oauthSigninfalse

Setting this to false disconnects any oauth signin providers connected to your account.

oauthMigrationEmailstring

If set, this email will be used to migrate the user account to use email and password instead of oauth.

Example request

{
  "name": "Carol Danvers",
  "email": "ronin@avengers.com",
  "language": "en_US",
  "password": "13-binary-1968"
}

Response

Successful