Skip to main content

XblSocialSubmitReputationFeedbackAsync

Submits reputation feedback on the specified user.

Syntax

Parameters

xboxLiveContext   _In_
Type: XblContextHandle
An xbox live context handle created with XblContextCreateHandle. xboxUserId   _In_
Type: uint64_t
The XBOX User ID of the user that reputation feedback is being submitted on. reputationFeedbackType   _In_
Type: XblReputationFeedbackType
The reputation feedback type being submitted. sessionReference   _In_opt_
Type: XblMultiplayerSessionReference*
Multiplayer session reference describing the MPSD session this feedback relates to. (Optional) reasonMessage   _In_z_
Type: char*
User supplied text in UTF-8 encoded added to explain the reason for the feedback. (Optional) evidenceResourceId   _In_opt_z_
Type: 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. (Optional) async   _In_
Type: XAsyncBlock*
Caller allocated AsyncBlock.

Return value

Type: HRESULT HRESULT return code for this API operation.

Remarks

Make sure to call XAsyncGetStatus to get the result.

REST Call

V100 POST /users/xuid()/feedback

Requirements

Header: social_c.h Library: Microsoft.Xbox.Services.14x.GDK.C.lib

See also

social_c
Last modified on August 20, 2026