Skip to main content
Retrieves the title player accounts associated with the given master player account.

Syntax

Parameters

entityHandle   PFEntityHandle PFEntityHandle to use for authentication. request   PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsRequest* 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. Given a master player account id (PlayFab ID), returns all title player accounts associated with it. When the asynchronous task is complete, call PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsGetResultSize and PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsGetResult to get the result.

Requirements

Header: PFProfiles.h

See also

PFProfiles members
Last modified on August 1, 2026