> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFUserAccountInfo

> PFUserAccountInfo data model.

PFUserAccountInfo data model.

## Syntax

```cpp theme={null}
typedef struct PFUserAccountInfo {  
    PFUserAndroidDeviceInfo const* androidDeviceInfo;  
    PFUserAppleIdInfo const* appleAccountInfo;  
    time_t created;  
    PFUserCustomIdInfo const* customIdInfo;  
    PFUserFacebookInfo const* facebookInfo;  
    PFUserFacebookInstantGamesIdInfo const* facebookInstantGamesIdInfo;  
    PFUserGameCenterInfo const* gameCenterInfo;  
    PFUserGoogleInfo const* googleInfo;  
    PFUserGooglePlayGamesInfo const* googlePlayGamesInfo;  
    PFUserIosDeviceInfo const* iosDeviceInfo;  
    PFUserKongregateInfo const* kongregateInfo;  
    PFUserNintendoSwitchAccountIdInfo const* nintendoSwitchAccountInfo;  
    PFUserNintendoSwitchDeviceIdInfo const* nintendoSwitchDeviceIdInfo;  
    PFUserOpenIdInfo const* openIdInfo;  
    uint32_t openIdInfoCount;  
    const char* playFabId;  
    PFUserPrivateAccountInfo const* privateInfo;  
    PFUserPsnInfo const* psnInfo;  
    PFUserServerCustomIdInfo const* serverCustomIdInfo;  
    PFUserSteamInfo const* steamInfo;  
    PFUserTitleInfo const* titleInfo;  
    PFUserTwitchInfo const* twitchInfo;  
    const char* username;  
    PFUserXboxInfo const* xboxInfo;  
} PFUserAccountInfo;  
```

### Members

**`androidDeviceInfo`**   [PFUserAndroidDeviceInfo](/services/playfab/api-references/c/pftypes/structs/pfuserandroiddeviceinfo) const\*\
*may be nullptr*

(Optional) User Android device information, if an Android device has been linked.

**`appleAccountInfo`**   [PFUserAppleIdInfo](/services/playfab/api-references/c/pftypes/structs/pfuserappleidinfo) const\*\
*may be nullptr*

(Optional) Sign in with Apple account information, if an Apple account has been linked.

**`created`**   time\_t

Timestamp indicating when the user account was created.

**`customIdInfo`**   [PFUserCustomIdInfo](/services/playfab/api-references/c/pftypes/structs/pfusercustomidinfo) const\*\
*may be nullptr*

(Optional) Custom ID information, if a custom ID has been assigned.

**`facebookInfo`**   [PFUserFacebookInfo](/services/playfab/api-references/c/pftypes/structs/pfuserfacebookinfo) const\*\
*may be nullptr*

(Optional) User Facebook information, if a Facebook account has been linked.

**`facebookInstantGamesIdInfo`**   [PFUserFacebookInstantGamesIdInfo](/services/playfab/api-references/c/pftypes/structs/pfuserfacebookinstantgamesidinfo) const\*\
*may be nullptr*

(Optional) Facebook Instant Games account information, if a Facebook Instant Games account has been linked.

**`gameCenterInfo`**   [PFUserGameCenterInfo](/services/playfab/api-references/c/pftypes/structs/pfusergamecenterinfo) const\*\
*may be nullptr*

(Optional) User Gamecenter information, if a Gamecenter account has been linked.

**`googleInfo`**   [PFUserGoogleInfo](/services/playfab/api-references/c/pftypes/structs/pfusergoogleinfo) const\*\
*may be nullptr*

(Optional) User Google account information, if a Google account has been linked.

**`googlePlayGamesInfo`**   [PFUserGooglePlayGamesInfo](/services/playfab/api-references/c/pftypes/structs/pfusergoogleplaygamesinfo) const\*\
*may be nullptr*

(Optional) User Google Play Games account information, if a Google Play Games account has been linked.

**`iosDeviceInfo`**   [PFUserIosDeviceInfo](/services/playfab/api-references/c/pftypes/structs/pfuseriosdeviceinfo) const\*\
*may be nullptr*

(Optional) User iOS device information, if an iOS device has been linked.

**`kongregateInfo`**   [PFUserKongregateInfo](/services/playfab/api-references/c/pftypes/structs/pfuserkongregateinfo) const\*\
*may be nullptr*

(Optional) User Kongregate account information, if a Kongregate account has been linked.

**`nintendoSwitchAccountInfo`**   [PFUserNintendoSwitchAccountIdInfo](/services/playfab/api-references/c/pftypes/structs/pfusernintendoswitchaccountidinfo) const\*\
*may be nullptr*

(Optional) Nintendo Switch account information, if a Nintendo Switch account has been linked.

**`nintendoSwitchDeviceIdInfo`**   [PFUserNintendoSwitchDeviceIdInfo](/services/playfab/api-references/c/pftypes/structs/pfusernintendoswitchdeviceidinfo) const\*\
*may be nullptr*

(Optional) Nintendo Switch device information, if a Nintendo Switch device has been linked.

**`openIdInfo`**   [PFUserOpenIdInfo](/services/playfab/api-references/c/pftypes/structs/pfuseropenidinfo) const\*\
*may be nullptr*

(Optional) OpenID Connect information, if any OpenID Connect accounts have been linked.

**`openIdInfoCount`**   uint32\_t

Count of openIdInfo

**`playFabId`**   const char\*\
*is null-terminated*

(Optional) Unique identifier for the user account.

**`privateInfo`**   [PFUserPrivateAccountInfo](/services/playfab/api-references/c/pftypes/structs/pfuserprivateaccountinfo) const\*\
*may be nullptr*

(Optional) Personal information for the user which is considered more sensitive.

**`psnInfo`**   [PFUserPsnInfo](/services/playfab/api-references/c/pftypes/structs/pfuserpsninfo) const\*\
*may be nullptr*

(Optional) User PlayStation :tm: Network account information, if a PlayStation :tm: Network account has been linked.

**`serverCustomIdInfo`**   [PFUserServerCustomIdInfo](/services/playfab/api-references/c/pftypes/structs/pfuserservercustomidinfo) const\*\
*may be nullptr*

(Optional) Server Custom ID information, if a server custom ID has been assigned.

**`steamInfo`**   [PFUserSteamInfo](/services/playfab/api-references/c/pftypes/structs/pfusersteaminfo) const\*\
*may be nullptr*

(Optional) User Steam information, if a Steam account has been linked.

**`titleInfo`**   [PFUserTitleInfo](/services/playfab/api-references/c/pftypes/structs/pfusertitleinfo) const\*\
*may be nullptr*

(Optional) Title-specific information for the user account.

**`twitchInfo`**   [PFUserTwitchInfo](/services/playfab/api-references/c/pftypes/structs/pfusertwitchinfo) const\*\
*may be nullptr*

(Optional) User Twitch account information, if a Twitch account has been linked.

**`username`**   const char\*\
*is null-terminated*

(Optional) User account name in the PlayFab service.

**`xboxInfo`**   [PFUserXboxInfo](/services/playfab/api-references/c/pftypes/structs/pfuserxboxinfo) const\*\
*may be nullptr*

(Optional) User XBox account information, if an XBox account has been linked.

## Requirements

**Header:** PFTypes.h

## See also

[PFTypes members](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFAccountManagementGetUserAccountInfoResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetuseraccountinforesult.md)
- [PFAccountManagementGetAccountInfoResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetaccountinforesult.md)
- [Services C API overview - PFTypes.h](/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFGetPlayerCombinedInfoResultPayload](/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload.md)
- [PFUserPrivateAccountInfo](/services/playfab/api-references/c/pftypes/structs/pfuserprivateaccountinfo.md)
