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

# PFGroupsListGroupApplicationsAsync

> Lists all outstanding requests to join a group

Lists all outstanding requests to join a group

## Syntax

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

### Parameters

**`entityHandle`**   PFEntityHandle

PFEntityHandle to use for authentication.

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

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 outstanding requests to join a group. Returns a list of all requests to join, as well as when the request will expire. To get the group applications for a specific entity, use ListMembershipOpportunities. See also GroupAcceptGroupApplicationAsync, GroupApplyToGroupAsync, GroupRemoveGroupApplicationAsync. When the asynchronous task is complete, call [PFGroupsListGroupApplicationsGetResultSize](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupapplicationsgetresultsize) and [PFGroupsListGroupApplicationsGetResult](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupapplicationsgetresult) to get the result.

## Requirements

**Header:** PFGroups.h

## See also

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


## Related topics

- [PFGroupsListGroupApplicationsGetResult](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupapplicationsgetresult.md)
- [Services C API overview - PFGroups.h](/services/playfab/api-references/c/pfgroups/pfgroups_members.md)
- [PFGroupsRemoveGroupApplicationAsync](/services/playfab/api-references/c/pfgroups/functions/pfgroupsremovegroupapplicationasync.md)
- [PFGroupsAcceptGroupApplicationAsync](/services/playfab/api-references/c/pfgroups/functions/pfgroupsacceptgroupapplicationasync.md)
- [PFGroupsListMembershipOpportunitiesAsync](/services/playfab/api-references/c/pfgroups/functions/pfgroupslistmembershipopportunitiesasync.md)
