A user's password and/or email can be changed with a PUT
request to /api/users/{userId}
. In order to update a user's password and/or email, the current password/email should be provided.
Request
Key | Description |
---|---|
| The user's current password. |
| The password to which the user's password should be changed to. |
| The user's current email. |
| The email to which the user's email should be changed to. |