Skip to main content

resetPassword

Completes a password reset using the reset token and a new password. Returns true on success; throws if the token is invalid or expired. Public (the token authorizes the call). Existing sessions are not revoked.

resetPassword(
resetPasswordInput: ResetPasswordInput!
): Boolean!

Arguments

resetPassword.resetPasswordInput ● ResetPasswordInput! non-null input

Wraps the reset token and the new password.

Type

Boolean scalar

The Boolean scalar type represents true or false.