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