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

# PFAccountManagementPSNAccountPlayFabIdPair

> PFAccountManagementPSNAccountPlayFabIdPair data model.

PFAccountManagementPSNAccountPlayFabIdPair data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementPSNAccountPlayFabIdPair {  
    const char* playFabId;  
    const char* PSNAccountId;  
} PFAccountManagementPSNAccountPlayFabIdPair;  
```

### Members

**`playFabId`**   const char\*<br />*is null-terminated*

(Optional) Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the PlayStation :tm: Network identifier.

**`PSNAccountId`**   const char\*<br />*is null-terminated*

(Optional) Unique PlayStation :tm: Network identifier for a user.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementGetPlayFabIDsFromPSNAccountIDsResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfrompsnaccountidsresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementNintendoServiceAccountPlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementnintendoserviceaccountplayfabidpair.md)
- [PFAccountManagementXboxLiveAccountPlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementxboxliveaccountplayfabidpair.md)
- [PFAccountManagementGooglePlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgoogleplayfabidpair.md)
