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

# PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest

> PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest データ モデル。XBOX ID (XUID) のコレクションを指定すると、すべてのタイトル プレイヤー アカウントを返します。

PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest データ モデル。XBOX ID (XUID) のコレクションを指定すると、すべてのタイトル プレイヤー アカウントを返します。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* sandbox;  
    const char* titleId;  
    const char* const* xboxLiveIds;  
    uint32_t xboxLiveIdsCount;  
} PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest;  
```

### メンバー

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*nullptr の場合があります*

(オプション) 要求に関連付けられたオプションのカスタム タグです (ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数

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

プレイヤーが XBOX トークン上で保持していた XBOX サンドボックスです。

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

(オプション) プレイヤーを取得するタイトルのオプションの ID です。master\_player\_account を使用して呼び出す場合は必須です。

**`xboxLiveIds`**   const char\* const\*

XBOX Live XUID のリストです。

**`xboxLiveIdsCount`**   uint32\_t

xboxLiveIds の数

## 要件

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

## 関連項目

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


## Related topics

- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementgettitleplayersfromxboxliveidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementgettitleplayersfromxboxliveidsgetresult.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsGetResultSize](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementgettitleplayersfromxboxliveidsgetresultsize.md)
- [PFAccountManagementServerGetPlayFabIDsFromXboxLiveIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromxboxliveidsasync.md)
