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

# PFUserGameCenterInfo

> PFUserGameCenterInfo data model.

PFUserGameCenterInfo data model.

## Syntax

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

### Members

**`gameCenterId`**   const char\*\
*is null-terminated*

(Optional) Gamecenter identifier.

## Requirements

**Header:** PFTypes.h

## See also

[PFTypes members](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFFriendsFriendInfo](/services/playfab/api-references/c/pffriendstypes/structs/pffriendsfriendinfo.md)
- [PFUserAccountInfo](/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API overview - PFTypes.h](/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserGooglePlayGamesInfo](/services/playfab/api-references/c/pftypes/structs/pfusergoogleplaygamesinfo.md)
- [PFUserFacebookInstantGamesIdInfo](/services/playfab/api-references/c/pftypes/structs/pfuserfacebookinstantgamesidinfo.md)
