Skip to main content

StaffSetPasswordRequested

Event sent when setting a new password for staff is requested.

Added in Saleor 3.15
type StaffSetPasswordRequested implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
redirectUrl: String
user: User
channel: Channel
token: String
shop: Shop
}

Fields

StaffSetPasswordRequested.issuedAt ● DateTime scalar miscellaneous

Time of the event.

StaffSetPasswordRequested.version ● String scalar miscellaneous

Saleor version that triggered the event.

StaffSetPasswordRequested.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

StaffSetPasswordRequested.recipient ● App object apps

The application receiving the webhook.

StaffSetPasswordRequested.redirectUrl ● String scalar miscellaneous

The URL to redirect the user after he accepts the request.

StaffSetPasswordRequested.user ● User object users

The user the event relates to.

StaffSetPasswordRequested.channel ● Channel object channels

The channel data.

StaffSetPasswordRequested.token ● String scalar miscellaneous

The token required to confirm request.

StaffSetPasswordRequested.shop ● Shop object miscellaneous

Shop data.

Interfaces

Event interface miscellaneous