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

# PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest

> PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest データ モデル。

PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest {  
    const char* sandbox;  
    const char* const* xboxLiveAccountIDs;  
    uint32_t xboxLiveAccountIDsCount;  
} PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest;  
```

### メンバー

**`sandbox`**   const char\*<br />*null で終端されます*

(オプション) XBOX Live サンドボックスの ID です。

**`xboxLiveAccountIDs`**   const char\* const\*

タイトルが PlayFab 識別子を取得する必要がある、一意な XBOX Live アカウント識別子の配列です。配列の長さは 2,000 を超えることはできません。

**`xboxLiveAccountIDsCount`**   uint32\_t

xboxLiveAccountIDs の数

## 要件

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

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)
