CommunityMemberBanCreatedEvent
CommunityMemberBanCreatedEvent =
object
Event payload emitted when a member is banned from the community.
Properties
communityId
communityId:
CommunityGuid
The ID of the community where the ban occurred.
reason?
optionalreason:string
Optional reason for the ban, if one was provided when creating the ban.
userId
userId:
UserGuid
The ID of the user who was banned.