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

# PFAccountManagementServerGetPlayFabIDsFromTwitchIDsAsync

> API de servidor para buscar los identificadores de PlayFab de un conjunto de identificadores de usuario de Twitch, lo que permite a los servidores de juego asignar identificadores de cuenta de Twitch a cuentas de jugador de PlayFab.

Recupera los identificadores únicos de PlayFab para el conjunto especificado de identificadores de Twitch. Los identificadores de Twitch son los identificadores de las cuentas de usuario, disponibles como '\_id' en los métodos de la API de Twitch (por ejemplo: [https://github.com/justintv/Twitch-API/blob/master/v3\_resources/users.md#get-usersuser](https://github.com/justintv/Twitch-API/blob/master/v3_resources/users.md#get-usersuser)).

## Sintaxis

```cpp theme={null}
HRESULT PFAccountManagementServerGetPlayFabIDsFromTwitchIDsAsync(  
    PFEntityHandle titleEntityHandle,  
    const PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest* request,  
    XAsyncBlock* async  
)  
```

### Parámetros

**`titleEntityHandle`**   PFEntityHandle

PFEntityHandle para una entidad de título obtenida mediante PFAuthenticationGetEntityWithSecretKeyAsync.

**`request`**   [PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest\*](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromtwitchidsrequest)

Objeto de solicitud rellenado.

**`async`**   XAsyncBlock\*<br />*Inout*

XAsyncBlock para la operación asincrónica.

### Valor devuelto

Tipo: HRESULT

Código de resultado de esta operación de API.

## Comentarios

Esta API está disponible en Win32, Linux y macOS. Cuando se complete la tarea asincrónica, llame a [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsGetResultSize](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsgetresultsize) y [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsgetresult) para obtener el resultado.

## Requisitos

**Encabezado:** PFAccountManagement.h

## Consulte también

[Miembros de PFAccountManagement](/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members)


## Related topics

- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsGetResult](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsgetresult.md)
- [Información general de la API de C de Services - PFAccountManagement.h](/es/services/playfab/api-references/c/pfaccountmanagement/pfaccountmanagement_members.md)
- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsGetResultSize](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsgetresultsize.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsAsync](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsasync.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsGetResult](/es/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsgetresult.md)
