Transfer Points
Transfer points from one user to another
Parameters
Point Definition
Select required
Default:
NoneChoose the point definition you want to transfer points for
Source User
Select required
Default:
NoneThe username of the user you want to transfer points from (supports variables)
Source Platform
String required
Default:
%userType%The platform of the user you want to transfer points from (supports variables)
Target User
Select required
Default:
NoneThe username of the user you want to transfer points to (supports variables)
Target Platform
String required
Default:
%userType%The platform of the user you want to transfer points to (supports variables)
Amount
number required
Default:
0The amount of points to transfer (supports variables)
Base Variable Name
String
Default:
userPointsOutputs '%(variableName)Source%' and '%(variableName)Target%' with the users points after the transfer (supports variables)
C# Usage
public bool TransferPoints(string sourceUserName, string destUserName, Platform platform, Guid pointId, long amount)