Reset User Points

Reset the points of a specific user to 0

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)

Destination Variable
String
Default:
userPoints

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

public bool ResetUserPoints(string userName, Platform platform, Guid pointId)
Read more in API > C# > Methods > Core > Points > Users > Reset User Points