The UpdateUser payload. Any field set to null, undefined or is missing will be disregarded and won't affect the user.
null
undefined
{ "password": "authentícame por favor", "username": "yendli", "email": "yendli2@yemail.yom"} Copy
{ "password": "authentícame por favor", "username": "yendli", "email": "yendli2@yemail.yom"}
Optional
The user's new email.
The user's new password.
The user's current password for validation.
The user's new username.
The UpdateUser payload. Any field set to
null
,undefined
or is missing will be disregarded and won't affect the user.Example