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

# PFAccountManagementKongregatePlayFabIdPair

> PFAccountManagementKongregatePlayFabIdPair 데이터 모델입니다.

PFAccountManagementKongregatePlayFabIdPair 데이터 모델입니다.

## 구문

```cpp theme={null}
typedef struct PFAccountManagementKongregatePlayFabIdPair {  
    const char* kongregateId;  
    const char* playFabId;  
} PFAccountManagementKongregatePlayFabIdPair;  
```

### 멤버

**`kongregateId`**   const char\*<br />*null로 종료됨*

(선택 사항) 사용자의 고유 Kongregate 식별자입니다.

**`playFabId`**   const char\*<br />*null로 종료됨*

(선택 사항) 사용자의 고유 PlayFab 식별자이며, PlayFab 계정이 Kongregate 식별자에 연결되어 있지 않은 경우 null입니다.

## 요구 사항

**헤더:** PFAccountManagementTypes.h

## 참고 항목

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


## Related topics

- [PFAccountManagementGetPlayFabIDsFromKongregateIDsResult](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsresult.md)
- [Services C API 개요 - PFAccountManagementTypes.h](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementPSNAccountPlayFabIdPair](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnaccountplayfabidpair.md)
- [PFAccountManagementPSNOnlinePlayFabIdPair](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementpsnonlineplayfabidpair.md)
- [PFAccountManagementSteamPlayFabIdPair](/ko/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementsteamplayfabidpair.md)
