> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ResetReputation (JSON)

> ResetReputation (JSON)

# ResetReputation (JSON)

Contains the new base Reputation scores to which a user's existing scores should be changed.

<a id="ID4EN" />

## 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). |

<a id="ID4E4B" />

## Sample JSON syntax

```json theme={null}
{
    "fairplayReputation": 75,
    "commsReputation": 75,
    "userContentReputation": 75
}
    
```

<a id="ID4EGC" />

## See also

<a id="ID4EIC" />

##### Parent

[JavaScript Object Notation (JSON) Object Reference](/reference/live/rest/json/atoc-xboxlivews-reference-json)


## Related topics

- [Reputation overview](/services/xbox-services/community/reputation/live-reputation-overview.md)
- [Reputation 개요](/ko/services/xbox-services/community/reputation/live-reputation-overview.md)
- [Información general sobre la reputación](/es/services/xbox-services/community/reputation/live-reputation-overview.md)
- [信誉概述](/zh-CN/services/xbox-services/community/reputation/live-reputation-overview.md)
- [レピュテーションの概要](/ja-jp/services/xbox-services/community/reputation/live-reputation-overview.md)
