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

# PFAccountManagementGetPlayFabIDsFromSteamNamesRequest

> PFAccountManagementGetPlayFabIDsFromSteamNamesRequest data model.

PFAccountManagementGetPlayFabIDsFromSteamNamesRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromSteamNamesRequest {  
    const char* const* steamNames;  
    uint32_t steamNamesCount;  
} PFAccountManagementGetPlayFabIDsFromSteamNamesRequest;  
```

### Members

**`steamNames`**   const char\* const\*

Array of unique Steam identifiers for which the title needs to get PlayFab identifiers. The array cannot exceed 25 in length.

**`steamNamesCount`**   uint32\_t

Count of steamNames

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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