Skip to main content
PFProfilesGetTitlePlayersFromMasterPlayerAccountIdsRequest data model. Given a master player account id (PlayFab ID), returns all title player accounts associated with it.

Syntax

Members

customTags   PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). customTagsCount   uint32_t Count of customTags masterPlayerAccountIds   const char* const* Master player account ids. masterPlayerAccountIdsCount   uint32_t Count of masterPlayerAccountIds titleId   const char*
is null-terminated
(Optional) Id of title to get players from.

Requirements

Header: PFProfilesTypes.h

See also

PFProfilesTypes members
Last modified on August 3, 2026