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

# PFAccountManagementGetAccountInfoRequest

> PFAccountManagementGetAccountInfoRequest data model.

PFAccountManagementGetAccountInfoRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetAccountInfoRequest {  
    const char* email;  
    const char* playFabId;  
    const char* titleDisplayName;  
    const char* username;  
} PFAccountManagementGetAccountInfoRequest;  
```

### Members

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

(Optional) User email address for the account to find (if no Username is specified).

**`playFabId`**   const char\*<br />*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\*<br />*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\*<br />*is null-terminated*

(Optional) PlayFab Username for the account to find (if no PlayFabId is specified).

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementClientGetAccountInfoAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetaccountinfoasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetUserAccountInfoRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetuseraccountinforequest.md)
- [PFAccountManagementGetPlayerCombinedInfoRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayercombinedinforequest.md)
- [PFAccountManagementServerGetUserAccountInfoAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetuseraccountinfoasync.md)
