AccountSetPasswordRequested Object
Event sent when setting a new password is requested.
type AccountSetPasswordRequested implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  redirectUrl: String
  user: User
  channel: Channel
  token: String
  shop: Shop
}
Fields
AccountSetPasswordRequested.issuedAt ● DateTime scalar miscellaneous
Time of the event.
AccountSetPasswordRequested.version ● String scalar miscellaneous
Saleor version that triggered the event.
AccountSetPasswordRequested.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
AccountSetPasswordRequested.recipient ● App object apps
The application receiving the webhook.
AccountSetPasswordRequested.redirectUrl ● String scalar miscellaneous
The URL to redirect the user after he accepts the request.
AccountSetPasswordRequested.user ● User object users
The user the event relates to.
AccountSetPasswordRequested.channel ● Channel object channels
The channel data.
AccountSetPasswordRequested.token ● String scalar miscellaneous
The token required to confirm request.
AccountSetPasswordRequested.shop ● Shop object miscellaneous
Shop data.