Skip to main content
Lists all outstanding invitations and group applications for an entity

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFGroupsListMembershipOpportunitiesRequest* Populated request object. async   XAsyncBlock*
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 group applications and invitations for an entity. Anyone may call this for any entity, but data will only be returned for the entity or a parent of that entity. To list invitations or applications for a group to check if a player is trying to join, use ListGroupInvitations and ListGroupApplications. See also GroupListGroupApplicationsAsync, GroupListGroupInvitationsAsync. When the asynchronous task is complete, call PFGroupsListMembershipOpportunitiesGetResultSize and PFGroupsListMembershipOpportunitiesGetResult to get the result.

Requirements

Header: PFGroups.h

See also

PFGroups members
Last modified on August 1, 2026