> ## 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 데이터 모델입니다.

PFUserKongregateInfo 데이터 모델입니다.

## 구문

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

### 멤버

**`kongregateId`**   const char\*\
*null로 종료됨*

(선택 사항) Kongregate ID입니다.

**`kongregateName`**   const char\*\
*null로 종료됨*

(선택 사항) Kongregate 사용자 이름입니다.

## 요구 사항

**헤더:** PFTypes.h

## 함께 보기

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


## Related topics

- [PFUserAccountInfo](/ko/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Services C API 개요 - PFTypes.h](/ko/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsAsync](/ko/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsasync.md)
- [PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsrequest.md)
- [Kongregate와 HTML5를 사용하여 PlayFab 인증 설정하기](/ko/services/playfab/identity/player-identity/platform-specific-authentication/kongregate-html5.md)
