Skip to main content

CommunityMemberAttachEvent

CommunityMemberAttachEvent = object

Event payload emitted every time a community member opens the community on any device. If a member has multiple devices, this event fires for each one. To distinguish between first device vs. additional devices, use ClientEvent instead. See Client attachment for details on how attachment works.

Properties

communityId

communityId: CommunityGuid

The unique identifier of the community.


onlineStatus

onlineStatus: UserOnlineStatus

The member's online status. See UserOnlineStatus for possible values.


userId

userId: UserGuid

The unique identifier of the member who attached.