> ## 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 />*may be nullptr*

（可选）与请求关联的可选自定义标记（例如构建版本号、外部跟踪标识符等）。

**`customTagsCount`**   uint32\_t

customTags 的计数

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

玩家在其 XBOX 令牌上使用的 XBOX 沙盒。

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

（可选）要从中获取玩家的标题的可选 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)
