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

# PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest

> PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest データ モデル。

PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest {  
    const char* const* kongregateIDs;  
    uint32_t kongregateIDsCount;  
} PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest;  
```

### メンバー

**`kongregateIDs`**   const char\* const\*

タイトルが PlayFab 識別子を取得する必要がある、一意な Kongregate 識別子 (Kongregate の user\_id) の配列です。配列の長さは 2,000 を超えることはできません。

**`kongregateIDsCount`**   uint32\_t

kongregateIDs の数

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementGetPlayFabIDsFromKongregateIDsResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsGetResult](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsgetresult.md)
- [PFAccountManagementClientGetPlayFabIDsFromKongregateIDsGetResultSize](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientgetplayfabidsfromkongregateidsgetresultsize.md)
