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

# PFAccountManagementClientGetAccountInfoAsync

> Retrieves the user's PlayFab account details

Retrieves the user's PlayFab account details

## Syntax

```cpp theme={null}
HRESULT PFAccountManagementClientGetAccountInfoAsync(  
    PFEntityHandle entityHandle,  
    const PFAccountManagementGetAccountInfoRequest* request,  
    XAsyncBlock* async  
)  
```

### Parameters

**`entityHandle`**   PFEntityHandle

PFEntityHandle to use for authentication.

**`request`**   [PFAccountManagementGetAccountInfoRequest\*](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetaccountinforequest)

Populated request object.

**`async`**   XAsyncBlock\*<br />*Inout*

XAsyncBlock for the async operation.

### Return value

Type: HRESULT

Result code for this API operation.

## Remarks

This API is available on all platforms. When the asynchronous task is complete, call [PFAccountManagementClientGetAccountInfoGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetaccountinfogetresultsize) and [PFAccountManagementClientGetAccountInfoGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetaccountinfogetresult) to get the result.

## Requirements

**Header:** PFAccountManagement.h

## See also

[PFAccountManagement members](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)
