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

# PFAccountManagementServerGetUserAccountInfoAsync

> 指定されたユーザーに関する関連する詳細を取得します

指定されたユーザーに関する関連する詳細を取得します

## 構文

```cpp theme={null}
HRESULT PFAccountManagementServerGetUserAccountInfoAsync(  
    PFEntityHandle titleEntityHandle,  
    const PFAccountManagementGetUserAccountInfoRequest* request,  
    XAsyncBlock* async  
)  
```

### パラメーター

**`titleEntityHandle`**   PFEntityHandle

PFAuthenticationGetEntityWithSecretKeyAsync を使用して取得したタイトル Entity 用の PFEntityHandle。

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

値が設定されたリクエスト オブジェクト。

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

非同期操作用の XAsyncBlock。

### 戻り値

型: HRESULT

この API 操作の結果コード。

## 解説

この API は、Win32、Linux、macOS で使用できます。この API により、通常はカスタマー サポート目的で、PlayFab サービス内のユーザーに関する詳細情報にアクセスできます。返されるデータには、メール アドレスなどの個人を識別できる情報 (PII) が含まれる場合があるため、このデータの保存と管理には注意してください。この呼び出しは、タイトルにアクセスしたユーザーに関する関連情報を常に返すため、このデータをローカルに保存しないことをお勧めします。ServerGetUserInventoryAsync も参照してください。非同期タスクが完了したら、[PFAccountManagementServerGetUserAccountInfoGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetuseraccountinfogetresultsize) と [PFAccountManagementServerGetUserAccountInfoGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetuseraccountinfogetresult) を呼び出して結果を取得します。

## 要件

**ヘッダー:** PFAccountManagement.h

## 関連項目

[PFAccountManagement メンバー](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)
