CommunityMemberEditedEvent
CommunityMemberEditedEvent =
object
Event payload emitted when a community member's nickname changes. This event only fires for nickname changes; other profile changes (such as profile picture) do not trigger this event.
Properties
communityId
communityId:
CommunityGuid
The unique identifier of the community.
nickname
nickname:
string
The member's new nickname.
userId
userId:
UserGuid
The unique identifier of the member whose nickname changed.