> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/ugd-management/user-list/user-details.md).

# ユーザーの詳細

このページでは、単一のユーザーオブジェクトに関する詳細情報を表示します。

### ユーザー概要

![](/files/8c69af24e5464eacb8a49950f06f58eb26fa943c)

### 状態情報

ユーザー概要には、ユーザーオブジェクトの状態に関する一目でわかる情報が含まれます:

* **有効** - ユーザーはサインインをブロックされていません
* **メンバー** - このユーザーはこのテナント/組織のネイティブユーザーです
* **ゲスト** - これは別の組織の外部ユーザーです
* **DE/US**... - ユーザーの [使用場所](https://docs.microsoft.com/en-us/azure/active-directory/enterprise-users/licensing-groups-resolve-problems#usage-location-isnt-allowed) これはライセンスに関連します。
* ![](/files/313b78289bf2678d5f2ea851070b8bbc2526bd41) - オブジェクト作成日
* ![](/files/ee0357f0f7e96d024216bf7b3bdc6775fac4029a) - 最終サインインアクティビティ

### 概要タブ

メインタブ。所有デバイスやグループ所属を含む、ユーザーに関する豊富な情報を表示します。

### Runbooks タブ

Supporter または Admin-Permissions が付与されている場合、このユーザーオブジェクトで実行できる runbook にアクセスできます。たとえば、ユーザーのメールアドレスを変更できます。

参照[ プロセスの自動化](/ja/zi-dong-hua/runbooks.md) 詳細について。

### 設定タブ

このユーザーに対する RealmJoin クライアントの動作を制御するために、特定のユーザーにキーと値のペアのデータを割り当てることができます。

多くの場合、これはグループに設定された設定やすべてのユーザー向けの設定を上書きするために使用されます。

<figure><img src="/files/b9f1433e613ac6201b8336d187357cdd4d066e51" alt=""><figcaption><p>ユーザーの設定概要</p></figcaption></figure>

次を使用して、このユーザーに割り当てられた設定を追加できます <img src="/files/e6d7b6e8af6c1206e0f882fd98bc0c5fa247a921" alt="" data-size="line">、または名前/キーをクリックして既存の設定を開くか、名前/キーで設定を検索します。

名前/キーをクリックすると、設定を変更/作成できる UI が開きます。

<figure><img src="/files/08d54fbd438a500f56bba64b2859ab797b656cd2" alt=""><figcaption><p>設定エディター</p></figcaption></figure>

注意: 設定の値は有効な JSON である必要があります。これには、次のような単一の値も含まれます `はい` または文字列（角かっこなし）。

ウィザード下部の切り替えにより、この設定を VDI / Windows365 マシンなどの特定のシナリオに適用できます。

ご覧ください [利用可能な設定](/ja/ugd-management/user-and-group-settings/additional-settings.md) 使用できる設定の詳細については

### その他のタブ

* 生データ [データ ソース](/ja/ugd-management/user-group-device-management.md#data-sources)。たとえば Entra ID やサインイン ログなどを JSON で表示します。RealmJoin 管理者のみ利用できます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/ja/ugd-management/user-list/user-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
