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

PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest data model.

## Syntax

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

### Members

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

(Optional) The ID of XBOX Live sandbox.

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

Array of unique XBOX Live account identifiers for which the title needs to get PlayFab identifiers. The array cannot exceed 2,000 in length.

**`xboxLiveAccountIDsCount`**   uint32\_t

Count of xboxLiveAccountIDs

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromXboxLiveIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromxboxliveidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromXboxLiveIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromxboxliveidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgettitleplayersfromxboxliveidsrequest.md)
- [PFAccountManagementGetTitlePlayersFromXboxLiveIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementgettitleplayersfromxboxliveidsasync.md)
