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

# PFAccountManagementGetPlayerCombinedInfoRequest

> PFAccountManagementGetPlayerCombinedInfoRequest data model.

PFAccountManagementGetPlayerCombinedInfoRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayerCombinedInfoRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFGetPlayerCombinedInfoRequestParams const* infoRequestParameters;  
    const char* playFabId;  
} PFAccountManagementGetPlayerCombinedInfoRequest;  
```

### Members

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*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

**`infoRequestParameters`**   [PFGetPlayerCombinedInfoRequestParams](/services/playfab/api-references/c/pftypes/structs/pfgetplayercombinedinforequestparams) const\*

Flags for which pieces of info to return for the user.

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

PlayFabId of the user whose data will be returned. If not filled included, we return the data for the calling player. .

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementClientGetPlayerCombinedInfoAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayercombinedinfoasync.md)
- [PFAccountManagementServerGetPlayerCombinedInfoAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayercombinedinfoasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementClientGetPlayerCombinedInfoGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayercombinedinfogetresult.md)
- [PFAccountManagementGetPlayerCombinedInfoResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayercombinedinforesult.md)
