> ## 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 data model. Given a collection of XBOX IDs (XUIDs), returns all title player accounts.

PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest data model. Given a collection of XBOX IDs (XUIDs), returns all title player accounts.

## Syntax

```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;  
```

### Members

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.).

**`customTagsCount`**   uint32\_t

Count of customTags

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

XBOX Sandbox the players had on their XBOX tokens.

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

(Optional) Optional ID of title to get players from, required if calling using a master\_player\_account.

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

List of XBOX Live XUIDs.

**`xboxLiveIdsCount`**   uint32\_t

Count of xboxLiveIds

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

[PFAccountManagementTypes members](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

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