Award Points to Group
Award points to all users in the specified group
Parameters
Point Definition
Select required
Default:
NoneChoose the point definition you want to award points for
Group
Select required
Default:
NoneChoose the group you want to award points to (supports variables)
Amount
number required
Default:
0The amount of points to award to all users (supports variables)
Apply User/Group Multipliers
checkbox
If checked, it will apply any user/group multipliers to the awarded points
C# Usage
public int AwardPointsToGroup(string groupName, Guid pointId, long amount, bool useMultipliers = false)