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

# PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest

> PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest data model.

PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest {  
    const char* const* twitchIds;  
    uint32_t twitchIdsCount;  
} PFAccountManagementGetPlayFabIDsFromTwitchIDsRequest;  
```

### Members

**`twitchIds`**   const char\* const\*

Array of unique Twitch identifiers (Twitch's \_id) for which the title needs to get PlayFab identifiers. The array cannot exceed 2,000 in length.

**`twitchIdsCount`**   uint32\_t

Count of twitchIds

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromTwitchIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromtwitchidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromTwitchIDsResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromtwitchidsresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromTwitchIDsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromtwitchidsgetresult.md)
