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

# XblPrivacyGetMuteListAsync

> XblPrivacyGetMuteListAsync

# XblPrivacyGetMuteListAsync

Get the list of Xuids that the calling user should not hear (mute) during multiplayer matchmaking.

## Syntax

```cpp theme={null}
HRESULT XblPrivacyGetMuteListAsync(  
         XblContextHandle xblContextHandle,  
         XAsyncBlock* async  
)  
```

### Parameters

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

XBOX live context for the local user.

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

The AsyncBlock for this operation.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## Remarks

Call [XblPrivacyGetMuteListResultCount](/reference/live/xsapi-c/privacy_c/functions/xblprivacygetmutelistresultcount) and [XblPrivacyGetMuteListResult](/reference/live/xsapi-c/privacy_c/functions/xblprivacygetmutelistresult) upon completion to get result.

## Requirements

**Header:** privacy\_c.h

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

## See also

[privacy\_c](/reference/live/xsapi-c/privacy_c/privacy_c_members)


## Related topics

- [XblPrivacyGetMuteListResult](/reference/live/xsapi-c/privacy_c/functions/xblprivacygetmutelistresult.md)
- [XblPrivacyGetMuteListResultCount](/reference/live/xsapi-c/privacy_c/functions/xblprivacygetmutelistresultcount.md)
- [Privacy and permissions overview](/services/xbox-services/fundamentals/identity/privacy/live-privacy-overview.md)
- [XblPrivacyRemoveMuteListChangedHandler](/reference/live/xsapi-c/privacy_c/functions/xblprivacyremovemutelistchangedhandler.md)
- [XblPrivacyMuteListChangeEventArgs](/reference/live/xsapi-c/privacy_c/structs/xblprivacymutelistchangeeventargs.md)
