CommunityMemberRoleDeletedEvent
CommunityMemberRoleDeletedEvent =
object
Event payload emitted when a role is removed from one or more community members.
Properties
communityId
communityId:
CommunityGuid
The unique identifier of the community.
communityRoleId
communityRoleId:
CommunityRoleGuid
The unique identifier of the role that was removed.
userIds
userIds:
UserGuid[]
Array of user IDs that the role was removed from.