StaffUpdated
Event sent when staff user is updated.
Added in Saleor 3.5type StaffUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
user: User
}
Fields
StaffUpdated.issuedAt ● DateTime scalar
Time of the event.
StaffUpdated.version ● String scalar
Saleor version that triggered the event.
StaffUpdated.issuingPrincipal ● IssuingPrincipal union
The user or application that triggered the event.
StaffUpdated.recipient ● App object
The application receiving the webhook.
StaffUpdated.user ● User object
The user the event relates to.
Interfaces
Event interface
Was this page helpful?