Skip to main content
PFAccountManagementGetPlayerProfileRequest data model. This API allows for access to details regarding a user in the PlayFab service, usually for purposes of customer support. Note that data returned may be Personally Identifying Information (PII), such as email address, and so care should be taken in how this data is stored and managed. Since this call will always return the relevant information for users who have accessed the title, the recommendation is to not store this data locally.

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 playFabId   const char*
is null-terminated
Unique PlayFab assigned ID of the user on whom the operation will be performed. profileConstraints   PFPlayerProfileViewConstraints const*
may be nullptr
(Optional) If non-null, this determines which properties of the resulting player profiles to return. For API calls from the client, only the allowed client profile properties for the title may be requested. These allowed properties are configured in the Game Manager “Client Profile Options” tab in the “Settings” section.

Requirements

Header: PFAccountManagementTypes.h

See also

PFAccountManagementTypes members
Last modified on August 3, 2026