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

### ステータス情報

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

* **有効** - ユーザーはサインインをブロックされていません
* **メンバー** - ユーザーはこの Tenant/organization のネイティブユーザーです
* **ゲスト** - これは別の組織の外部ユーザーです
* **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 権限を与えられている場合、このユーザーオブジェクトに対して実行できる 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.
