> ## 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 識別子。XBOX Live 識別子に PlayFab アカウントがリンクされていない場合は 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)
