> 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-and-group-settings.md).

# ユーザーとグループの設定

## 概要

設定を使用して、RealmJoin Client の動作を制御し、次のような機能を構成できます [LAPS](/ja/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps.md).

設定がユーザーに作成／割り当てされている場合は、以下で確認できます ![](/files/674150dec0e2e402c8897dc9da5483a469119308) - ユーザー設定

同様に、設定が「**RealmJoin - All Users」**」に適用されている場合は、以下で確認できます ![](/files/f4af4aae51cce049be06410caabc86e8247526fd) - グループ設定。

## Tenant の既定値

既定の設定値は、さまざまなスコープで定義できます。最も広いスコープは Tenant 全体のクライアント構成で、RealmJoin Portal の Settings セクションにあり、すべての管理者がアクセスできます。そこで定義された設定は、より狭いスコープで上書きされない限り、すべてのユーザーに適用されます。

<figure><img src="/files/57e79acd03a3418c5d174af71d3b8d21d2b32416" alt=""><figcaption></figcaption></figure>

組み込みの RealmJoin グループ「RealmJoin - All Users」は、Tenant 全体の既定値を全ユーザーに対して上書きするために使用できます。実ユーザーまたはグループ スコープに割り当てられた設定は、さらにこれらの両方を上書きします。個別のグループおよびユーザーへの割り当てが最も高い優先度を持つためです。

結果としての優先順位は次のとおりです: Tenant 全体のクライアント構成 < RealmJoin - All Users < 任意のユーザーまたはグループ スコープ。

例:

すべてのユーザーに対するベースライン チャネルを定義するには、Tenant 全体のクライアント構成で RealmJoin Agent Channel を「release」に設定します。これをすべてのユーザーに対して一括で上書きするには、「RealmJoin - All Users」グループで「beta」を設定します。特定のユーザー セットのみを対象にするには、専用グループに直接「beta」を割り当てます。より具体的なスコープが常に優先されます。

## 設定エディター

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

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

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

Settings Editor では設定の変更と削除ができます。ここでは新しい設定を作成できません。設定を適用したいユーザーまたはグループに移動し、そこで設定を作成してください。

参照 [利用可能な設定](/ja/ugd-management/user-and-group-settings/additional-settings.md) 使用できる設定を確認するために。


---

# 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-and-group-settings.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.
