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

# PFAccountManagementServerLinkXboxAccountRequest

> PFAccountManagementServerLinkXboxAccountRequest 数据模型。

PFAccountManagementServerLinkXboxAccountRequest 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementServerLinkXboxAccountRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* forceLink;  
    const char* playFabId;  
    const char* xboxToken;  
} PFAccountManagementServerLinkXboxAccountRequest;  
```

### 成员

**`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*

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

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

用户的唯一 PlayFab 标识符；如果没有 PlayFab 帐户链接到 XBOX Live 标识符，则为 null。

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

XBOX Live SDK/XDK 方法 GetTokenAndSignatureAsync("POST", "[https://playfabapi.com/](https://playfabapi.com/)", "") 提供的令牌。

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

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


## Related topics

- [PFAccountManagementServerLinkXboxAccountAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverlinkxboxaccountasync.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerLinkPSNAccountRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinkpsnaccountrequest.md)
- [PFAccountManagementServerLinkNintendoServiceAccountRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinknintendoserviceaccountrequest.md)
- [PFAccountManagementServerLinkPSNAccountAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverlinkpsnaccountasync.md)
