> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/jp/accountsetup/roles.md).

# ロール権限

### チームとメンバー

チームとメンバーの管理に関するすべて： [チームを管理する](/main/jp/accountsetup/team.md)

<table><thead><tr><th width="220.0703125">操作</th><th>組織管理者</th><th>チームリーダー</th><th>編集者</th></tr></thead><tbody><tr><td>チームを作成</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>自分が作成したチームメンバーを表示</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>すべてのチームメンバーを表示</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>どのチームでもメンバーの昇格/降格が可能</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>自分が作成したチーム内での昇格/降格が可能</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>どのチームでも削除可能</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>自分が作成したチームを削除</td><td>✅</td><td>✅</td><td>❌</td></tr><tr><td>追加/削除:<br>組織管理者</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>追加/削除:<br>チームリーダー</td><td>✅</td><td>❌</td><td>❌</td></tr><tr><td>追加/削除:<br>チーム編集者</td><td>✅</td><td>✅</td><td>❌</td></tr></tbody></table>

***

### アセット

すべてのユーザーは、チームや役割に関係なく、アセットを作成、アクセス、利用できます。\
アセットの管理に関するすべて： [アセットを管理する](/main/jp/accountsetup/assets.md)

| 操作             | 組織管理者 | チームリーダー | 編集者 |
| -------------- | ----- | ------- | --- |
| 新しいブランドを作成     | ✅     | ✅       | ✅   |
| 新しい製品を作成       | ✅     | ✅       | ✅   |
| 製品内に新しいアセットを作成 | ✅     | ✅       | ✅   |
| どのブランドでも削除可能   | ✅     | ✅       | ✅   |
| どの製品でも削除可能     | ✅     | ✅       | ✅   |
| 製品内のアセットをすべて削除 | ✅     | ✅       | ✅   |

{% content-ref url="/pages/231caf42594a3f953b68d72f1536b12a56820312" %}
[アセットを管理する](/main/jp/accountsetup/assets.md)
{% endcontent-ref %}

***

### プレイグラウンド

プレイグラウンド作成に関するすべて： [プレイグラウンドを管理する](/main/jp/accountsetup/playground.md)

| 操作                           | 組織管理者 | チームリーダー | 編集者 |
| ---------------------------- | ----- | ------- | --- |
| 自分のチームでプレイグラウンドを作成           | ✅     | ✅       | ✅   |
| どのチームでもプレイグラウンドを作成           | ✅     | ❌       | ❌   |
| 自分のプレイグラウンドを削除               | ✅     | ✅       | ✅   |
| 所有者不明のプレイグラウンドを削除            | ✅     | ❌       | ❌   |
| 所有者不明のプレイグラウンドを開く            | ✅     | ❌       | ❌   |
| ユーザーのメールアドレスで共有プレイグラウンドを検索   | ✅     | ✅       | ❌   |
| ユーザーのメールアドレスで組織内のプレイグラウンドを検索 | ✅     | ❌       | ❌   |

***

### ビジュアル

| 操作                        | 組織管理者 | チームリーダー | 編集者 |
| ------------------------- | ----- | ------- | --- |
| ビジュアルを生成                  | ✅     | ✅       | ✅   |
| 自分が生成したビジュアルを表示           | ✅     | ✅       | ✅   |
| 同じチームの他のメンバーが生成したビジュアルを表示 | ✅     | ❌       | ❌   |
| ユーザーのメールアドレスで組織内のビジュアルを検索 | ✅     | ❌       | ❌   |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/main/jp/accountsetup/roles.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
