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

# PFAccountManagementGameCenterPlayFabIdPair

> PFAccountManagementGameCenterPlayFabIdPair data model.

PFAccountManagementGameCenterPlayFabIdPair data model.

## Syntax

```cpp theme={null}
typedef struct PFAccountManagementGameCenterPlayFabIdPair {  
    const char* gameCenterId;  
    const char* playFabId;  
} PFAccountManagementGameCenterPlayFabIdPair;  
```

### Members

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

(Optional) Unique Game Center 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 Game Center identifier.

## Requirements

**Header:** PFAccountManagementTypes.h

## See also

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


## Related topics

- [PFAccountManagementGetPlayFabIDsFromGameCenterIDsResult](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromgamecenteridsresult.md)
- [Services C API overview - PFAccountManagementTypes.h](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGooglePlayGamesPlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgoogleplaygamesplayfabidpair.md)
- [PFAccountManagementFacebookInstantGamesPlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementfacebookinstantgamesplayfabidpair.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
