ResetReputation (JSON)
Contains the new base Reputation scores to which a user's existing scores should be changed.
ResetReputation
The ResetReputation object has the following specification.
Member | Type | Description |
---|---|---|
fairplayReputation | number | The desired new base Fairplay Reputation score for the user (valid range 0 to 75). |
commsReputation | number | The desired new base Comms Reputation score for the user (valid range 0 to 75). |
userContentReputation | number | The desired new base UserContent Reputation score for the user (valid range 0 to 75). |
Sample JSON syntax
{
"fairplayReputation": 75,
"commsReputation": 75,
"userContentReputation": 75
}