# ユーザー管理

Codatumは、ワークスペースへのアクセス管理とチーム編成のための柔軟なオプションを提供します。

* [招待](/workspace-and-user-management/user-management/invitation.md): ワークスペースにユーザーを招待するための様々な方法について学びます。
* [グループ](/workspace-and-user-management/user-management/group.md): 権限管理を効率化するためのユーザーグループの作成と管理について説明します。
* [**ワークスペースロール**](#workspace-roles): ワークスペースで利用可能な各種ロールと権限レベルについて理解します。

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

Codatumは、ワークスペース内でのユーザーの操作権限を制御するために、以下のようなロールタイプを提供しています：

* **ワークスペースオーナー**: ユーザー管理や課金を含む、ワークスペースの完全な管理権限を持ちます。
* **ワークスペースエディタ**: レポート、ノートブック、コネクションなどのコンテンツの作成や編集が可能です。
* **ワークスペースビューア**: コンテンツの閲覧は可能ですが、編集はできません。
* **ワークスペースゲスト**: 明示的に共有された特定のリソース（レポート）への限定的なアクセス権を持ちます。

各ロールの詳細な権限と機能については、[ワークスペースのアクセス制御](/access-control/access-control-for-workspace.md)を参照してください。

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


---

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