Skip to main content

CommunityLeaveEvent

CommunityLeaveEvent = object

Event payload emitted when a user leaves the community, whether voluntarily, by being kicked, or by being banned.

Properties

communityId

communityId: CommunityGuid

The unique identifier of the community the user left.


leaveReason

leaveReason: CommunityLeaveReason

Why the user left. See CommunityLeaveReason for possible values (User, Kicked, or Banned).


userId

userId: UserGuid

The unique identifier of the user who left.