Update Points
Update the point balance for a specific user
Parameters
Point Definition
Select required
Default:
NoneChoose the point definition you want to update points for
User
Select required
Default:
NoneThe username of the user you want to update points for (supports variables)
platform
String required
Default:
%userType%The platform of the user you want to update points for (supports variables)
Amount
number required
Default:
0The amount of points to update (supports variables)
Apply User/Group Multipliers
checkbox
If checked, it will apply any user/group multipliers to the updated points
Destination Variable
String
Default:
userPointsThe argument variable name to store the users points after updating (supports variables)
C# Usage
public bool UpdateBulkPoints(List<string> userNames, Platform platform, Guid pointId, long pointsDelta)public bool UpdatePoints(string userName, Platform platform, Guid pointId, long amount, bool useMultipliers = false)