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

# PFAccountManagementGetPlayFabIDsFromPSNOnlineIDsResult

> PFAccountManagementGetPlayFabIDsFromPSNOnlineIDsResult data model. For PlayStation :tm: Network identifiers which have not been linked to PlayFab accounts, null will be returned.

PFAccountManagementGetPlayFabIDsFromPSNOnlineIDsResult data model. For PlayStation :tm: Network identifiers which have not been linked to PlayFab accounts, null will be returned.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromPSNOnlineIDsResult {  
    PFAccountManagementPSNOnlinePlayFabIdPair const* data;  
    uint32_t dataCount;  
} PFAccountManagementGetPlayFabIDsFromPSNOnlineIDsResult;  
```

### Members

**`data`**   [PFAccountManagementPSNOnlinePlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnonlineplayfabidpair) const\*<br />*may be nullptr*

(Optional) Mapping of PlayStation :tm: Network identifiers to PlayFab identifiers.

**`dataCount`**   uint32\_t

Count of data

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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