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

# ユーザーの詳細

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

### ユーザー概要

![](/files/8c69af24e5464eacb8a49950f06f58eb26fa943c)

### ステータス情報

ユーザー概要には、ユーザー オブジェクトの状態に関するひと目で分かる情報がいくつか含まれます:

* **有効** - ユーザーはサインインをブロックされていません
* **メンバー** - ユーザーはこのテナント/組織のネイティブ ユーザーです
* **ゲスト** - これは別の組織の外部ユーザーです
* **DE/US**... - ユーザーの2文字のコード [使用場所](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 権限が付与されている場合、このユーザー オブジェクトで実行できる runbook にアクセスできます。たとえば、ユーザーのメール アドレスを変更できます。

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

### 設定 タブ

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

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

<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 でなければなりません。これには、次のような単一値も含まれます `true` または文字列（括弧なし）です。

ウィザード下半分の切り替え項目を使用すると、この設定を VDI / Windows365 マシンのような特定のシナリオにスコープ設定できます。

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

### その他のタブ

* Raw [データソース](/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.
