Skip to end of banner
Go to start of banner

Change User's Password/Email

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

oldPassword

the user's current password

password

the password to which the user's password should be changed to

oldEmail

the user's current email

email

the email to which the user's email should be changed to

  • No labels