The UpdateUser payload. Any field set to null, undefined or is missing will be disregarded and won't affect the user.


Example

{
"password": "authentícame por favor",
"username": "yendli",
"email": "yendli2@yemail.yom"
}

Hierarchy

  • UpdateUser

Properties

email?: null | string

The user's new email.

new_password?: null | string

The user's new password.

password: string

The user's current password for validation.

username?: null | string

The user's new username.