Skip to main content

CommunityJoinedEvent

CommunityJoinedEvent = object

Event data emitted when a user joins the community.

Properties

communityId

communityId: CommunityGuid

The unique identifier of the community the user joined.


communityRoleIds?

optional communityRoleIds: CommunityRoleGuid[]

Optional array of role IDs assigned to the user upon joining.


userId

userId: UserGuid

The unique identifier of the user who joined.