CommunityMemberDetachEvent
CommunityMemberDetachEvent =
object
Event payload emitted every time a community member closes the community on any device. If a member has multiple devices, this event fires for each one. To distinguish between last device vs. one of many, use ClientEvent instead. See Client attachment for details on how attachment works.
Properties
communityId
communityId:
CommunityGuid
The unique identifier of the community.
userId
userId:
UserGuid
The unique identifier of the member who detached.