Skip to main content
Version: 3.x

StaffDeleted

Event sent when staff user is deleted.

Added in Saleor 3.5
type StaffDeleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
user: User
}

Fields

StaffDeleted.issuedAt ● DateTime scalar

Time of the event.

StaffDeleted.version ● String scalar

Saleor version that triggered the event.

StaffDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

StaffDeleted.recipient ● App object

The application receiving the webhook.

StaffDeleted.user ● User object

The user the event relates to.

Interfaces

Event interface


Was this page helpful?