StaffCreated
Event sent when new staff user is created.
Added in Saleor 3.5type StaffCreated implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  user: User
}
Fields
StaffCreated.issuedAt ● DateTime scalar miscellaneous
Time of the event.
StaffCreated.version ● String scalar miscellaneous
Saleor version that triggered the event.
StaffCreated.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
StaffCreated.recipient ● App object apps
The application receiving the webhook.
StaffCreated.user ● User object users
The user the event relates to.