Change a customer's password

Sets a new password using a valid OTP from password-change-init. Security question answers and comparison documents may be required depending on tenant configuration. No JWT is needed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params

Change password

string
string
enum
Allowed:
string

Required is hash(OTP) is not passed. This is the current password

string
string

Required if currentPassword is not passed. OTP required to prove the user is present and has identified themselves - e.g. by SMS OTP. Typically available via a call to initiate users password change

string

New password. Can be pre-hashed with BCRYPT

securityQuestionAnswers
array of objects

Optional: Needed if the customer has security questions

securityQuestionAnswers
Responses
200

OK

400

Invalid OTP or security question answers

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json