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 miscellaneous
Time of the event.
StaffUpdated.version
● String
scalar miscellaneous
Saleor version that triggered the event.
StaffUpdated.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
StaffUpdated.recipient
● App
object apps
The application receiving the webhook.
StaffUpdated.user
● User
object users
The user the event relates to.