Check Points

Check the points of a specific user

Point Definition
Select required
Default:
None

Choose the point definition you want to check points for

User
Select required
Default:
None

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

platform
String required
Default:
%userType%

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

Required Amount
number required
Default:
0

The minimum amount of points to check for (supports variables)

Break Action of Failure
checkbox
Default:
true

If checked, it will break the action chain if the point check fails

Destination Variable
String
Default:
userPoints

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

public long GetPoints(string userName, Platform platform, Guid pointId)
Read more in API > C# > Methods > Core > Points > Users > Get Points