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

# PFAccountManagementLinkKongregateAccountRequest

> PFAccountManagementLinkKongregateAccountRequest 数据模型。

PFAccountManagementLinkKongregateAccountRequest 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementLinkKongregateAccountRequest {  
    const char* authTicket;  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* forceLink;  
    const char* kongregateId;  
} PFAccountManagementLinkKongregateAccountRequest;  
```

### 成员

**`authTicket`**   const char\*<br />*is null-terminated*

Kongregate 颁发的有效会话身份验证票证。

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

（可选）与请求关联的可选自定义标记（例如构建版本号、外部跟踪标识符等）。

**`customTagsCount`**   uint32\_t

customTags 的计数

**`forceLink`**   bool const\*<br />*may be nullptr*

（可选）如果另一个用户已链接到该账号，则取消该用户的链接并重新链接。

**`kongregateId`**   const char\*<br />*is null-terminated*

Kongregate 分配的数字用户 ID。

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

[PFAccountManagementTypes 成员](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientLinkKongregateAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinkkongregateasync.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementUnlinkKongregateAccountRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementunlinkkongregateaccountrequest.md)
- [PFAccountManagementClientUnlinkKongregateAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinkkongregateasync.md)
- [PFAccountManagementGetPlayFabIDsFromKongregateIDsRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementgetplayfabidsfromkongregateidsrequest.md)
