Get User Multiplier

Retrieve the multiplier for a specific user

Point Definition
Select required
Default:
None

Choose the point definition you want to retrieve the multiplier for

User
Select required
Default:
None

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

platform
String required
Default:
%userType%

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

Destination Variable
String
Default:
userMultiplier

The argument variable name to store the effective multiplier value (supports variables)

public double GetUserMultiplier(string userName, Platform platform, Guid pointId)
Read more in API > C# > Methods > Core > Points > Users > Get User Multiplier