Skip to main content

RequestPasswordReset Object

Sends an email with the account password modification link.

Triggers the following webhook events:

  • NOTIFY_USER (async): A notification for password reset.
  • ACCOUNT_SET_PASSWORD_REQUESTED (async): Setting a new password for the account is requested.
  • STAFF_SET_PASSWORD_REQUESTED (async): Setting a new password for the staff account is requested.
type RequestPasswordReset {
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
}

Fields

errors ● [AccountError!]!

Show deprecated

Returned By

requestPasswordReset mutation