Award Points

Award points to a specific user

Point Definition
Select required
Default:
None

Choose the point definition you want to award points for

User
Select required
Default:
None

The username of the user you want to award points to (supports variables)

platform
String required
Default:
%userType%

The platform of the user you want to award points to (supports variables)

Amount
number required
Default:
0

The 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

Destination Variable
String
Default:
userPoints

The argument variable name to store the users points after awarding (supports variables)

public bool AddPoints(string userName, Platform platform, Guid pointId, long amount, bool useMultipliers = false)
Read more in API > C# > Methods > Core > Points > Users > Add Points