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

# PFAccountManagementFacebookInstantGamesPlayFabIdPair

> PFAccountManagementFacebookInstantGamesPlayFabIdPair data model.

PFAccountManagementFacebookInstantGamesPlayFabIdPair data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementFacebookInstantGamesPlayFabIdPair {  
    const char* facebookInstantGamesId;  
    const char* playFabId;  
} PFAccountManagementFacebookInstantGamesPlayFabIdPair;  
```

### Members

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

(Optional) Unique Facebook Instant Games identifier for a user.

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

(Optional) Unique PlayFab identifier for a user, or null if no PlayFab account is linked to the Facebook Instant Games identifier.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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