Skip to main content

CommunityJoinedEvent

CommunityJoinedEvent = object

Event payload emitted when a user joins the community.

Properties

communityId

communityId: CommunityGuid

The unique identifier of the community the user joined.


communityRoleIds

communityRoleIds: CommunityRoleGuid[]

The roles assigned to the new member on join, including the @everyone role.


userId

userId: UserGuid

The unique identifier of the user who joined.