Skip to main content

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 miscellaneous

Time of the event.

StaffDeleted.version ● String scalar miscellaneous

Saleor version that triggered the event.

StaffDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

StaffDeleted.recipient ● App object apps

The application receiving the webhook.

StaffDeleted.user ● User object users

The user the event relates to.

Interfaces

Event interface miscellaneous