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 |