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

# PFGroupsListGroupBlocksAsync

> Lists all entities blocked from joining a group

Lists all entities blocked from joining a group

## Syntax

```cpp theme={null}
HRESULT PFGroupsListGroupBlocksAsync(  
    PFEntityHandle entityHandle,  
    const PFGroupsListGroupBlocksRequest* request,  
    XAsyncBlock* async  
)  
```

### Parameters

**`entityHandle`**   PFEntityHandle

PFEntityHandle to use for authentication.

**`request`**   [PFGroupsListGroupBlocksRequest\*](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupslistgroupblocksrequest)

Populated request object.

**`async`**   XAsyncBlock\*<br />*Inout*

XAsyncBlock for the async operation.

### Return value

Type: HRESULT

Result code for this API operation.

## Remarks

This API is available on all platforms. Lists all entities blocked from joining a group. A list of blocked entities is returned See also GroupBlockEntityAsync, GroupUnblockEntityAsync. When the asynchronous task is complete, call [PFGroupsListGroupBlocksGetResultSize](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupblocksgetresultsize) and [PFGroupsListGroupBlocksGetResult](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupblocksgetresult) to get the result.

## Requirements

**Header:** PFGroups.h

## See also

[PFGroups members](/services/playfab/api-references/c/pfgroups/pfgroups_members)


## Related topics

- [PFGroupsListGroupBlocksGetResult](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupblocksgetresult.md)
- [Services C API overview - PFGroups.h](/services/playfab/api-references/c/pfgroups/pfgroups_members.md)
- [PFGroupsListGroupApplicationsAsync](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupapplicationsasync.md)
- [PFGroupsListGroupInvitationsAsync](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupinvitationsasync.md)
- [PFGroupsListGroupMembersAsync](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupmembersasync.md)
