Skip to main content

PermissionGroupCreated

Event sent when new permission group is created.

Added in Saleor 3.6
type PermissionGroupCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
permissionGroup: Group
}

Fields

PermissionGroupCreated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

PermissionGroupCreated.version ● String scalar miscellaneous

Saleor version that triggered the event.

PermissionGroupCreated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

PermissionGroupCreated.recipient ● App object apps

The application receiving the webhook.

PermissionGroupCreated.permissionGroup ● Group object users

The permission group the event relates to.

Interfaces

Event interface miscellaneous