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

# PFAccountManagementGetPlayerCombinedInfoResult

> PFAccountManagementGetPlayerCombinedInfoResult data model. Returns whatever info is requested in the response for the user. If no user is explicitly.

PFAccountManagementGetPlayerCombinedInfoResult data model. Returns whatever info is requested in the response for the user. If no user is explicitly requested this defaults to the authenticated user. If the user is the same as the requester, PII (like email address, facebook id) is returned if available. Otherwise, only public information is returned. All parameters default to false.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayerCombinedInfoResult {  
    PFGetPlayerCombinedInfoResultPayload const* infoResultPayload;  
    const char* playFabId;  
} PFAccountManagementGetPlayerCombinedInfoResult;  
```

### Members

**`infoResultPayload`**   [PFGetPlayerCombinedInfoResultPayload](/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforesultpayload) const\*<br />*may be nullptr*

(Optional) Results for requested info.

**`playFabId`**   const char\*<br />*is null-terminated*

(Optional) Unique PlayFab assigned ID of the user on whom the operation will be performed.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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