> For the complete documentation index, see [llms.txt](https://docs.dashcomb.com/dashcomb-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dashcomb.com/dashcomb-help-center/ide/others/group-and-permission.md).

# 権限グループ

## グループと権限管理

Dashcombではユーザーグループの権限を設定することができます。つまり、グループを作成しておくと、そのグループに権限を振り分けることができます。Dashcombでの権限は「メニュー」単位で分けています。

<figure><img src="/files/eu58tx1bnP4u7gkHCixZ" alt=""><figcaption></figcaption></figure>

## システム固有グループ

Dashcomb が自動で作成したグループです。Owner とDeveloper の2つがあります。

### Owner グループ

Dashcomb のシステムのオーナーの権限を持つグループです。

このグループの名称を変更したり、メンバーを追加したりすることはできません。

Owner グループのユーザーは、以下の操作を行うことができます。

* IDE画面の表示
* すべてのメニューへのアクセス
* 新しいユーザーの追加
* 新しいグループの追加
* Developer グループを含む、グループへのユーザーの追加と除名
* グループへの権限の付与

### Developer グループ

Dashcombの管理画面の開発を行うユーザーのグループです。

このグループの名称を変更することはできません。

Develop グループのユーザーは、以下の操作を行うことができます。

* IDE 画面の表示
* 全てのメニューへのアクセス
* 新しいユーザーの追加
* 新しいグループの追加
* Developer グループを含む、グループへのユーザーの追加と除名
* グループへの権限の付与

## 新しいグループの追加

管理画面のニーズにあわせて、権限グループを追加することができます。

グループ名を入力して、<img src="/files/nnk5fNFpQzHO78sG54bM" alt="" data-size="line"> を押すと、グループを新しく追加します。

同じ名前のグループを追加することができません。

ユーザーが作成したグループのユーザーは、以下の操作を行うことができます。

* 権限が付与されたメニューへのアクセス

<figure><img src="/files/ytgXbyXm7ZanXLJcoHlC" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
IDE画面を操作できるのは、Owner グループとDeveloper グループのユーザーだけです。Developer グループのユーザーとして登録できるユーザーの上限数は、お客様の契約プランにより異なります。

さらに、Owner グループまたはDeveloper グループ以外のグループに所属するユーザーの上限数も、お客様の契約プランにより異なります。
{% endhint %}

## 新しいユーザーの追加

左メニューのグループ名をクリックすると、メールアカウントの入力欄が表示されます。

ここにメールアカウントを入力して、<img src="/files/nnk5fNFpQzHO78sG54bM" alt="" data-size="line"> を押すと、該当グループに新しいユーザーが追加します。

追加できるメールアカウントは、許可された企業ドメインのアドレスのみです。

<figure><img src="/files/mkWKMnTj7YDTqqTiRXjE" alt=""><figcaption></figcaption></figure>

一つのメールアカウントで、同時に複数のグループに所属することができます。

<figure><img src="/files/vM6R0oHEX44T8Y2yNK3t" alt="" width="369"><figcaption></figcaption></figure>


---

# 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.dashcomb.com/dashcomb-help-center/ide/others/group-and-permission.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.
