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

# PFUserKongregateInfo

> PFUserKongregateInfo data model.

PFUserKongregateInfo data model.

## Syntax

```cpp theme={null}
typedef struct PFUserKongregateInfo {  
    const char* kongregateId;  
    const char* kongregateName;  
} PFUserKongregateInfo;  
```

### Members

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

(Optional) Kongregate ID.

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

(Optional) Kongregate Username.

## Requirements

**Header:** PFTypes.h

## See also

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


## Related topics

- [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)
- [PFAccountManagementLinkKongregateAccountRequest](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementlinkkongregateaccountrequest.md)
- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsAsync](/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsasync.md)
- [PFAccountManagementKongregatePlayFabIdPair](/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementkongregateplayfabidpair.md)
