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

# XblSocialSubmitBatchReputationFeedbackAsync

> XblSocialSubmitBatchReputationFeedbackAsync

# XblSocialSubmitBatchReputationFeedbackAsync

Submits reputation feedback on the specified user.

## Syntax

```cpp theme={null}
HRESULT XblSocialSubmitBatchReputationFeedbackAsync(  
         XblContextHandle xboxLiveContext,  
         const XblReputationFeedbackItem* feedbackItems,  
         size_t feedbackItemsCount,  
         XAsyncBlock* async  
)  
```

### Parameters

*xboxLiveContext*   \_In\_\
Type: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

An xbox live context handle created with XblContextCreateHandle.

*feedbackItems*   \_In\_\
Type: [XblReputationFeedbackItem\*](/reference/live/xsapi-c/social_c/structs/xblreputationfeedbackitem)

An array of XblReputationFeedbackItem objects to submit reputation feedback on.

*feedbackItemsCount*   \_In\_\
Type: size\_t

The count of items in the feedbackItems array.

*async*   \_In\_\
Type: XAsyncBlock\*

Caller allocated AsyncBlock.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## Remarks

Make sure to call [XAsyncGetStatus](/reference/system/xasync/functions/xasyncgetstatus) to get the result.

## REST Call

V101 POST /users/batchfeedback

## Requirements

**Header:** social\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## 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)
- [XblReputationFeedbackItem](/reference/live/xsapi-c/social_c/structs/xblreputationfeedbackitem.md)
- [Sending reputation feedback from a title](/services/xbox-services/community/reputation/concepts/live-sending-reputation-feedback.md)
- [Best practices for calling XBOX services](/services/xbox-services/develop/best-practices/live-best-practices-calling-xbl.md)
- [XblSocialSubmitReputationFeedbackAsync](/reference/live/xsapi-c/social_c/functions/xblsocialsubmitreputationfeedbackasync.md)
