> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ja/settings/organization-settings/user-management.md).

# ユーザーの管理

本記事では、Autify Genesis の**ユーザー管理**について説明します。ユーザーのロール変更・削除などの管理操作を解説します。

## ユーザー管理画面について

画面左下のアカウントメニューから **設定** を開き、左サイドバーの **組織** > **メンバー** をクリックすると **ユーザー管理** ページが開きます。

**ユーザー管理**画面の上部には、組織の統計情報（**合計ユーザー数**・**アクティブユーザー**・**保留中の招待**・**管理者/オーナー**）が表示されます。検索欄にキーワードを入力すると、名前またはメールアドレスでユーザーを絞り込めます。

<figure><img src="/files/LkJFDWlIS7h0FAZbVpyF" alt="ユーザー管理画面のスクリーンショット"><figcaption><p>ユーザー管理画面</p></figcaption></figure>

## ユーザーを管理する

{% hint style="info" %}
ユーザーのロール変更・情報編集・削除、およびワークスペースアクセスの変更は、組織の**管理者**または**オーナー**ロールのユーザーのみが実行できます。メンバーロールのユーザーはユーザー管理ページを閲覧できますが、これらの操作メニューは表示されません。
{% endhint %}

### ロールを変更する

1. **ユーザー管理**ページを開きます。
2. ロールを変更するユーザーの行にある**操作メニュー** (⋮) を開きます。
3. 変更後のロール（**管理者に変更** ・ **メンバーに変更** ・ **オーナーに変更**）を選択します。

<figure><img src="/files/C5LUOELquVqH8sqQnbvN" alt="ロール変更メニューのスクリーンショット"><figcaption><p>ロール変更メニュー</p></figcaption></figure>

各ロールで実行できる操作の詳細については、[ロールと権限](/features-ja/settings/organization-settings/roles-and-permissions.md) を参照してください。

### ユーザー情報を編集する

1. **ユーザー管理**ページを開きます。
2. 編集するユーザーの行にある**操作メニュー** (⋮) を開きます。
3. **ユーザーを編集** をクリックします。
4. **名前**または**メールアドレス**を更新します。
5. **保存**をクリックします。

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

1. **ユーザー管理**ページを開きます。
2. 削除するユーザーの行にある**操作メニュー** (⋮) を開きます。
3. **ユーザーを削除** をクリックします。

{% hint style="warning" %}

* 削除されたユーザーは組織へのアクセスができなくなります。
* 管理者ロールのユーザーは、オーナーをオーナーに昇格・降格したり、オーナーを組織から削除することはできません。
* 組織にオーナーが1人しかいない場合、そのオーナーを削除または他のロールに変更することはできません。
  {% endhint %}

## ワークスペースのアクセスを管理する

**メンバー**ロールのユーザーは、管理者またはオーナーがワークスペースごとにアクセスを制限できます。アクセス管理は**ユーザー管理**ページと各**ワークスペースの設定**の 2 か所から行えます。

{% hint style="info" %}
**管理者**および**オーナー**ロールのユーザーはすべてのワークスペースに自動でアクセスできます。ワークスペースアクセスの制限は**メンバー**ロールのみ対象です。
{% endhint %}

### ユーザー管理ページから変更する

1. **設定** > **ユーザー管理**を開きます。
2. 対象ユーザーの行にある**ワークスペース**列の件数をクリックします。

<figure><img src="/files/q4XPmTQoqwb9NWBJPurq" alt="ワークスペース数の列のスクリーンショット"><figcaption><p>ワークスペース数の列</p></figcaption></figure>

3. **ワークスペースアクセスを管理**ダイアログで、アクセスを許可するワークスペースにチェックを入れます。すべて選択するには**すべて選択**をクリックします。

<figure><img src="/files/3btsgU9iA8D4RyYL3LEF" alt="ワークスペースアクセス管理ダイアログのスクリーンショット"><figcaption><p>ワークスペースアクセス管理ダイアログ</p></figcaption></figure>

4. **保存**をクリックします。

### ワークスペース設定から変更する

各ワークスペースの設定画面からも、そのワークスペースにアクセスできるメンバーを追加・削除できます。詳細は[ワークスペースの設定](/features-ja/settings/workspace-settings/workspace-configuration.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://help.genesis.autify.com/features-ja/settings/organization-settings/user-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.
