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

# ユーザー

> ユーザー

このセクションでは、Microsoft Game Development Kit (GDK) のユーザーの概念、ユーザーが `XUser` としてどのように表されるか、および入力デバイスとユーザーの関係について説明します。

## このセクションの内容

[ユーザー ID と XUser](/build/core-features/common/user/player-identity-xuser)
XBOX One がゲームと対話するユーザーの ID を `XUser` オブジェクトで管理する方法について説明します。各 `XUser` インスタンスは、ゲームにサインインしているユーザーを表します。

[GDK のユーザー モデル (NDA トピック)](/build/core-features/common/user/gamecore-user-models)
GDK で使用できる 2 つのユーザー モデルについて説明します。

[Default User Required にオプトインする (NDA トピック)](/build/core-features/common/user/users-opting-into-simplified-model)
ゲームが起動時に既定のユーザーを持つようにするためにオプトインする方法について説明します。

[ゲームの既定のユーザーの確立 (NDA トピック)](/build/core-features/common/user/users-establishing-default-user)
ゲームの既定のユーザーを確立する方法について説明します。

[ゲームの既定のユーザーの変更 (NDA トピック)](/build/core-features/common/user/users-changing-default-user)
ゲームの既定のユーザーを変更する方法について説明します。

[コントローラー損失への対処 (NDA トピック)](/build/core-features/common/user/users-dealing-with-controller-loss)
ゲームがコントローラー損失に対処する方法について説明します。

[ユーザーとコントローラーの関連付けが発生するのはいつか (NDA トピック)](/build/core-features/common/user/users-timing-of-user-to-device-association)
ユーザーとコントローラーの関連付けが発生するタイミングについて説明します。

[ゲスト ユーザーの概要](/build/core-features/common/user/users-guest-overview)
XBOX ゲスト アカウントとその XBOX サービスとの相互作用について説明します。

[XUser のヘッドレス オートメーション](/build/core-features/common/user/users-headless-automation)
ゲームが `XUser` を使用してオートメーションを行う方法について説明します。

[How to: ユーザーをサインインさせるためのベスト プラクティス](/build/core-features/common/user/xuser_howto_best_practice_signing_in)
サインインと最初のユーザーの確立のベスト プラクティスを実演します。

[ユーザーと入力デバイス](/build/core-features/common/user/users-input-devices)
ゲームが特定のユーザーに関連付けられている入力デバイスを判別する方法について説明します。

## 関連項目

[System](https://learn.microsoft.com/build/archive/gc-system-toc)


## Related topics

- [ユーザー ID](/ja-jp/services/xbox-services/fundamentals/identity/xs-identity-overview.md)
- [ユーザー ID と XUser](/ja-jp/build/core-features/common/user/player-identity-xuser.md)
- [ゲスト ユーザーの概要](/ja-jp/build/core-features/common/user/users-guest-overview.md)
- [XBOX services ユーザー特権](/ja-jp/services/xbox-services/fundamentals/identity/privileges/concepts/live-privileges-concepts-nav.md)
- [PlayFab ユーザー ロール](/ja-jp/services/playfab/identity/dev-identity/permissions/playfab-user-roles.md)
