> For the complete documentation index, see [llms.txt](https://help.doraverse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.doraverse.com/jp/member-management.md).

# メンバー管理

[メンバーを招待](#add-members)

[ロールを変更](#change-roles)

[メンバーを削除](#removing-members)

[ワークスペース所有者の退会](#workspace-owners-leaving)

「メンバー」タブでは、DoraverseのWorkspaceメンバーを管理・整理できます。

ナビゲーション：**アカウント → 管理者の設定 → ＋ メンバーを招待**

ここでできること：

* 現在のメンバー一覧、割り当てられたロール、有料席数を確認できます。
* メールアドレス、ロール、最終アクティブ日時でメンバーを検索できます。
* 新しいメンバーの招待、ロールの変更、メンバーの削除が行えます。

<figure><img src="/files/2STIAYc0wE8mfEoeX4YI" alt=""><figcaption></figcaption></figure>

***

## メンバーを招待

1. **「メンバーを招待」**&#x3092;クリックします。

   📌 **注意：**&#x57;orkspaceの利用可能な席数の範囲内でのみメンバーを招待できます。
2. 詳細を入力します：
   * **メールアドレス**：1行につき1件入力してください。
   * **ロール**：以下から選択できます。
     * **所有者**：Workspaceの全権限を持ちます。
     * **メンバー**：Doraverseの機能のみ利用可能（管理者設定へのアクセス不可）。
     * **請求管理**：請求情報のみ管理できます。
     * **ビュアー**：閲覧のみ可能です。
   * **部署**：所属する部署を割り当てます。詳細は[部署設定](https://help.doraverse.com/settings/workspace-setting/department)をご参照ください。
3. **「メンバーを招待」**&#x3092;クリックします。

   Doraverseから招待メールが送信され、ログイン情報が案内されます。

   まだ参加していない場合は、**「メールを再送信」**&#x3092;クリックすると再度招待メールを送れます。

***

## ロールを変更

メンバーの権限を変更する手順：

* メンバー一覧から該当者を探します。
* 「ロール」ドロップダウンをクリックし、新しいロールを選択します。

📌 **注意**：ロールの変更はWorkspace所有者のみが行えます。

***

## メンバーを削除

Workspace所有者は、いつでもメンバーを削除できます。

* メンバー一覧から該当者を探します。
* 名前の横にある「ロール」ドロップダウンを開きます。
* **「Workspaceから削除」**&#x3092;選択します。

{% hint style="info" %}

#### Important:

#### 削除時の注意点

* 削除されたメンバーは、即時Workspaceへのアクセス権を失います。
* 過去のデータ（チャット履歴、タスク、AI出力、アップロードファイル、統計情報など）はWorkspace内に残りますが、履歴上の名前&#x306F;**「削除済みアカウント」**&#x306B;置き換わります。
* メールアドレスはシステムログに保持され、監査や復元のためにアーカイブされる場合があります。
* 再招待された場合は、以前のアカウントとは紐付かない**新規メンバー**として参加します。
  {% endhint %}

***

## Workspace所有者の退会

他のメンバーが在籍している場合、唯一の所有者はWorkspaceを退会できません。

退会したい場合は、他のメンバーを所有者に割り当てるか、全メンバーを削除してください。

最後のユーザーが退会すると、Workspaceは**非アクティブ**となります。

**30日間の猶予期間**内にメンバーを追加すれば再開できますが、30日を過ぎるとWorkspace（およびサブドメイン）は完全に削除されます。詳細は[**利用規約**](https://doraverse.com/article/gl/term-of-service)をご参照ください。


---

# 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:

```
GET https://help.doraverse.com/jp/member-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.
