Reset Password

Reset User Password

post
Body
emailstring · emailRequired

The email address associated with the user's account.

Responses
200

Successfully initiated password reset.

application/json
post
/user/password
200

Successfully initiated password reset.

Change User Password

put
Body
emailstring · emailRequired

The email address associated with the user's account.

rp_codestringRequired

The reset password code sent to the user's email.

new_passwordstringRequired

The new password for the user's account.

verify_new_passwordstringRequired

Verification of the new password.

Responses
200

Successfully changed password.

application/json
put
/user/password
200

Successfully changed password.

Last updated