# ワークスペースのアクセス制御

<figure><img src="https://1959197998-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvyRvOrlY46GCAFYEPPGZ%2Fuploads%2Fgit-blob-794b6a46afc4c850c2275ce7d1d983e5281065ad%2Fmembers.png?alt=media" alt=""><figcaption></figcaption></figure>

## ワークスペースのロール

ワークスペースロールには4つのレベルがあります：

| ロール名                            | 説明                     | 概要                                                      |
| ------------------------------- | ---------------------- | ------------------------------------------------------- |
| <p>オーナー</p><p>(ワークスペースオーナー)</p> | ワークスペースを管理する権限を持つアカウント | ワークスペース設定の変更や、新しいメンバーのワークスペースへの招待ができます。                 |
| <p>エディタ</p><p>(ワークスペースエディタ)</p> | 複数のリソースを編集する権限を持つアカウント | ノートブックの編集やコネクションの作成ができます。ワークスペース設定の変更や新しいメンバーの招待はできません。 |
| <p>ビューア</p><p>(ワークスペースビューア)</p> | 複数のリソースを閲覧する権限を持つアカウント | ノートブックを閲覧できます。ノートブックの編集やコネクションの作成はできません。                |
| <p>ゲスト</p><p>(ワークスペースゲスト)</p>   | レポートのみに対する権限を持つアカウント   | <p>共有されたレポートのみを閲覧できます。<br>ゲストはどのグループにも所属できません。</p>      |

{% hint style="info" %}
Codatumでは、オーナー、エディタ、ビューアを総称して「メンバー」と呼びます。ゲストのロールを含める場合は、総称として「ユーザー」が使用されます。この区別は重要ではありませんが、覚えておくと役立つかもしれません。
{% endhint %}

## ワークスペースの操作とアクセス制御ルール

ここでは、ワークスペースで実行できる具体的なアクションと、それらを実行するために必要なロールについて詳しく説明します。

| 操作                                          | カテゴリ    | 必要なワークスペースロール |
| ------------------------------------------- | ------- | ------------- |
| <p>ユーザーの招待と削除</p><p>ユーザーアカウントのロールの変更</p>    | ユーザー    | ワークスペースオーナー   |
| 行動ログとユーザーアクティビティ履歴の閲覧                       | 行動ログ    | ワークスペースオーナー   |
| ワークスペースに関する情報の閲覧                            | ワークスペース | ワークスペースビューア   |
| すべてのグループの情報の閲覧                              | グループ    | ワークスペースビューア   |
| <p>グループの作成、削除、編集</p><p>グループへのユーザーの追加と削除</p> | グループ    | ワークスペースオーナー   |


---

# 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://docs.codatum.jp/access-control/access-control-for-workspace.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.
