# グループのアクセス制御

## グループのリソースロール

以下のロールは、ユーザーがグループに対して実行できる操作を決定します。

| ロール名     | 概要                              |
| -------- | ------------------------------- |
| グループオーナー | ワークスペースオーナーのロールがなくてもグループを管理できます |
| グループメンバー | -                               |

## グループの操作とアクセス制御ルール

以下は、グループを管理するために実行できる操作と、それらを実行するために必要なロールです。

| 操作                                                    | 必要なロール                            |
| ----------------------------------------------------- | --------------------------------- |
| ワークスペース内のグループ一覧を表示する                                  | ワークスペースビューア                       |
| ワークスペースにグループを追加する                                     | ワークスペースオーナー                       |
| <p>グループを削除する<br>グループの設定を編集する<br>グループにメンバーを追加・削除する</p> | <p>ワークスペースオーナー<br>OR グループオーナー</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-resources/access-control-for-group.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.
