Skip to main content
PFAccountManagementGetAccountInfoRequest data model.

Syntax

Members

email   const char*
is null-terminated
(Optional) User email address for the account to find (if no Username is specified). playFabId   const char*
is null-terminated
(Optional) Unique PlayFab identifier of the user whose info is being requested. Optional, defaults to the authenticated user if no other lookup identifier set. titleDisplayName   const char*
is null-terminated
(Optional) Title-specific username for the account to find (if no Email is set). Note that if the non-unique Title Display Names option is enabled for the title, attempts to look up users by Title Display Name will always return AccountNotFound. username   const char*
is null-terminated
(Optional) PlayFab Username for the account to find (if no PlayFabId is specified).

Requirements

Header: PFAccountManagementTypes.h

See also

PFAccountManagementTypes members
Last modified on August 1, 2026