Skip to main content

passwordRequestReset

Sends an email with the account password modification link.

passwordRequestReset(
email: String!
redirectUrl: String
): PasswordRequestReset

Arguments

passwordRequestReset.email ● String! non-null scalar

Email of the user that will be used for password recovery.

passwordRequestReset.redirectUrl ● String scalar

URL of a view where users should be redirected to reset the password. URL in RFC 1808 format.

Type

PasswordRequestReset object

Sends an email with the account password modification link.

Was this page helpful?