Get Points

Retrieve the points of a specific user

Point Definition
Select required
Default:
None

Choose the point definition you want to retrieve points for

User
Select required
Default:
None

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

platform
String required
Default:
%userType%

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

Destination Variable
String
Default:
userPoints

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

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