# ユーザー管理

## **ユーザー管理画面**

システムの利用には、ユーザーアカウントが必要です。

「システム管理」 ＞ 「ユーザー管理」へ移動します。\
次の例では、最大100ユーザーのライセンスで、41のユーザーアカウントが作成されています。

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

## **ユーザーを追加（編集）する**

画面右上の「追加（<img src="/files/JnSHJIb2RfFMaw7q3Ixp" alt="" data-size="line">）」ボタンで「ユーザー登録」画面に移動します。

既存ユーザーを編集する場合は、一覧の「ユーザーID」のリンクをクリックして「ユーザー参照」画面に移動し、右上の「編集」ボタンから「ユーザー編集」画面に移動します。

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

### **ユーザー登録（編集）**

ID/パスワードのほか、印影や利用期間、権限グループを設定します。

* ユーザーID、パスワードはログインに使用します。\
  ユーザーIDはシステム内で重複できず、登録すると変更はできません。
* ユーザー名称はログインには使用しません。\
  重複可となっているので、同姓同名のユーザー名称も登録できます。
* 権限グループは、「グループ管理」で作成するグループにユーザーを所属させます。\
  所属グループの権限がユーザーの権限となります。

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

## **ユーザーを削除する**

ユーザーを削除する場合は、一覧の「ユーザーID」のリンクをクリックして、「ユーザー参照」画面に移動し、右上の「削除」ボタンをクリックします。

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


---

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