> For the complete documentation index, see [llms.txt](https://manuals.i-reporter.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.i-reporter.jp/environment-configuration/set-up-users/group-management.md).

# グループ管理

## **グループ管理画面**

i-Reporterではユーザーに対してではなくグループに対して権限を設定します。\
ユーザーをグループに所属させることで、各ユーザーは、自身が所属するグループの権限でi-Reporterを操作できます。

<div align="left"><figure><img src="/files/1UxFYA7A2v7Vtsl1huUt" alt=""><figcaption></figcaption></figure></div>

## **グループの登録、編集、削除**

グループの登録、編集、削除は、i-Repo Manager の「グループ管理」で行います。\
&#x20;i-Repo Manager の「システム管理」 ＞ 「グループ管理」をクリックして「グループ一覧」画面を開きます。 登録されているグループ一覧が表示されます。

### グループ**を登録する**

グループを新規登録するには、画面右上の「追加」ボタンをクリックします。

<div align="left"><figure><img src="/files/Tj4p2XK0Z8wdog5sFEtg" alt=""><figcaption></figcaption></figure></div>

【設定項目】

<div align="left"><figure><img src="/files/3rqXWzF1KzrdZBb1SUqv" alt=""><figcaption></figcaption></figure></div>

**1: グループ名称**

グループ名称を指定します。

**2: 親グループ名称**

登録済のグループから親グループを選択できます。\
親子関係が不要な場合は選択不要です。

{% hint style="warning" %}
親子関係のグループで権限の継承はありません。
{% endhint %}

**3: 権限設定**

必要な権限にチェックを付けます。

{% hint style="info" %}
各権限について、詳細は「[権限管理](https://manuals.i-reporter.jp/environment-configuration/set-up-users/authority-management)」をご参照ください。
{% endhint %}

**4: 所属ユーザー**

「ユーザー管理」で作成したユーザーを該当グループに所属させます。\
所属グループの権限がユーザーの権限となります。\
既にユーザーが登録されている場合は、ここからグループに所属させることができます。

{% hint style="warning" %}
複数のグループに所属したユーザーは、それぞれのグループの権限を全て持ちます。
{% endhint %}

入力完了後、「登録」ボタンをクリックします。

### **グループを編集する**

グループを編集するには、グループ一覧画面で編集したいグループのグループ名称をクリックします。

グループ参照画面が表示されますので、画面右上の「編集」ボタンをクリックして編集し、「登録」で編集内容を保存します。

<div align="left"><figure><img src="/files/7smtYP3aKmNHq6LLoJLz" alt=""><figcaption></figcaption></figure></div>

### **グループを削除する**

グループを削除する場合は、グループ一覧画面で削除したいグループのグループ名称をクリックし、グループ参照画面を表示します。\
画面右上の「削除」ボタンをクリックします。

<div align="left"><figure><img src="/files/w7Nzt83whzS7rV7qr6Lc" alt=""><figcaption></figcaption></figure></div>


---

# 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://manuals.i-reporter.jp/environment-configuration/set-up-users/group-management.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.
