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

# PFAccountManagementGetPlayFabIDsFromBattleNetAccountIdsRequest

> PFAccountManagementGetPlayFabIDsFromBattleNetAccountIdsRequest data model.

PFAccountManagementGetPlayFabIDsFromBattleNetAccountIdsRequest data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromBattleNetAccountIdsRequest {  
    const char* const* battleNetAccountIds;  
    uint32_t battleNetAccountIdsCount;  
} PFAccountManagementGetPlayFabIDsFromBattleNetAccountIdsRequest;  
```

### Members

**`battleNetAccountIds`**   const char\* const\*

Array of unique Battle.net account identifiers for which the title needs to get PlayFab identifiers. The array cannot exceed 10 in length.

**`battleNetAccountIdsCount`**   uint32\_t

Count of battleNetAccountIds

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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