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

> Modelo de datos de PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest.

Modelo de datos de PFAccountManagementGetPlayFabIDsFromXboxLiveIDsRequest.

## Sintaxis

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

### Miembros

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

(Opcional) El id. del sandbox de XBOX Live.

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

Matriz de identificadores únicos de cuenta de XBOX Live para los que el título necesita obtener identificadores de PlayFab. La matriz no puede superar una longitud de 2000.

**`xboxLiveAccountIDsCount`**   uint32\_t

Recuento de xboxLiveAccountIDs

## Requisitos

**Encabezado:** PFAccountManagementTypes.h

## Consulte también

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