> ## 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.

# PFAccountManagementGetAccountInfoResult

> PFAccountManagementGetAccountInfoResult data model. This API retrieves details regarding the player in the PlayFab service. Note that when this call is used.

PFAccountManagementGetAccountInfoResult data model. This API retrieves details regarding the player in the PlayFab service. Note that when this call is used to retrieve data about another player (not the one signed into the local client), some data, such as Personally Identifying Information (PII), will be omitted for privacy reasons or to comply with the requirements of the platform belongs to. The user account returned will be based on the identifier provided in priority order: PlayFabId, Username, Email, then TitleDisplayName. If no identifier is specified, the currently signed in user's information will be returned.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetAccountInfoResult {  
    PFUserAccountInfo const* accountInfo;  
} PFAccountManagementGetAccountInfoResult;  
```

### Members

**`accountInfo`**   [PFUserAccountInfo](/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo) const\*<br />*may be nullptr*

(Optional) Account information for the local user.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

[PFAccountManagementTypes members](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientGetAccountInfoGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetaccountinfogetresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetUserAccountInfoResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetuseraccountinforesult.md)
- [PFAccountManagementClientGetAccountInfoAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetaccountinfoasync.md)
- [PFAccountManagementServerGetUserAccountInfoGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetuseraccountinfogetresult.md)
