# ユーザーの詳細

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

### ユーザー概要

![](/files/8c69af24e5464eacb8a49950f06f58eb26fa943c)

### ステータス情報

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

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

### 概要タブ

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

### Runbooks タブ

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

参照[ プロセス自動化](/ja/zi-dong-hua/runbooks.md) をご覧ください。

### 設定タブ

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

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

<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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
