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

# XblReputationFeedbackItem

> XblReputationFeedbackItem

# XblReputationFeedbackItem

Represents the parameters for submitting reputation feedback on a user.

## Syntax

```cpp theme={null}
typedef struct XblReputationFeedbackItem {  
    uint64_t xboxUserId;  
    XblReputationFeedbackType feedbackType;  
    XblMultiplayerSessionReference* sessionReference;  
    const char* reasonMessage;  
    const char* evidenceResourceId;  
} XblReputationFeedbackItem  
```

### Members

*xboxUserId*\
Type: uint64\_t

The XBOX User ID of the user that reputation feedback is being submitted on.

*feedbackType*\
Type: [XblReputationFeedbackType](/reference/live/xsapi-c/social_c/enums/xblreputationfeedbacktype)

The reputation feedback type being submitted.

*sessionReference*\
Type: [XblMultiplayerSessionReference\*](/reference/live/xsapi-c/multiplayer_c/structs/xblmultiplayersessionreference)

Multiplayer session reference describing the MPSD session this feedback relates to. (Optional)

*reasonMessage*\
Type: const char\*

UTF-8 encoded user supplied text added to explain the reason for the feedback.

*evidenceResourceId*\
Type: const char\*

The UTF-8 encoded id of a resource that can be used as evidence for the feedback. Example: the Id of a video file.

## Argument of

[XblSocialSubmitBatchReputationFeedbackAsync](/reference/live/xsapi-c/social_c/functions/xblsocialsubmitbatchreputationfeedbackasync)

## Requirements

**Header:** social\_c.h

## See also

[social\_c](/reference/live/xsapi-c/social_c/social_c_members)


## Related topics

- [Submitting Reputation feedback](/services/xbox-services/community/reputation/how-to/live-submitting-reputation-feedback.md)
- [XblSocialSubmitBatchReputationFeedbackAsync](/reference/live/xsapi-c/social_c/functions/xblsocialsubmitbatchreputationfeedbackasync.md)
- [XblReputationFeedbackType](/reference/live/xsapi-c/social_c/enums/xblreputationfeedbacktype.md)
- [XblSocialSubmitReputationFeedbackAsync](/reference/live/xsapi-c/social_c/functions/xblsocialsubmitreputationfeedbackasync.md)
- [Reputation overview](/services/xbox-services/community/reputation/live-reputation-overview.md)
