# グループ

グループは、複数のユーザーを一括管理し、リソースへのアクセス権限を効率的に割り当てることができる機能です。

## 主な機能

* 効率的なユーザー管理:
  * 複数のユーザーをグループ化
  * 部署、チーム、プロジェクトごとに整理
  * ユーザーは複数のグループに所属可能
* シンプルなアクセス制御:
  * グループレベルでの権限設定
  * ユーザー個別の権限設定を回避
  * 新規メンバーをグループに追加するだけで即座にアクセス可能
* 管理効率の向上:
  * 権限の一括変更が可能
  * 組織構造に合わせたグループ設定
  * メールドメインによるグループの自動割り当て


---

# 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/workspace-and-user-management/user-management/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.
