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

# PFAccountManagementGetPlayFabIDsFromSteamIDsRequest

> PFAccountManagementGetPlayFabIDsFromSteamIDsRequest data model.

PFAccountManagementGetPlayFabIDsFromSteamIDsRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromSteamIDsRequest {  
    const char* const* steamStringIDs;  
    uint32_t steamStringIDsCount;  
} PFAccountManagementGetPlayFabIDsFromSteamIDsRequest;  
```

### Members

**`steamStringIDs`**   const char\* const\*<br />*may be nullptr*

(Optional) Array of unique Steam identifiers (Steam profile IDs) for which the title needs to get PlayFab identifiers. The array cannot exceed 2,000 in length.

**`steamStringIDsCount`**   uint32\_t

Count of steamStringIDs

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromSteamIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromsteamidsasync.md)
- [PFAccountManagementServerGetPlayFabIDsFromSteamIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementservergetplayfabidsfromsteamidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromSteamIDsResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromsteamidsresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromSteamIDsGetResult](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromsteamidsgetresult.md)
