Manage points transaction
Users
Manage points transaction
Create a points transaction (credit or debit) for a user’s account
POST
Manage points transaction
Authorizations
Path Parameters
ID of the user for the points transaction, this can be the Nudj user ID or the external user ID
Body
application/json
Input for managing points transactions (credit or debit)
Number of points for the transaction
Required range:
1 <= x <= 1000000Direction of the transaction: Credit to add points, Debit to deduct points
Available options:
credit, debit Unique reference provided by the admin to track this transaction
Required string length:
1 - 200ID of the community for the transaction. Required if organization has multiple communities

