> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/clickup/getting-started/user-roles-and-permissions/intro-to-custom-roles.md).

# カスタムロールの概要

カスタムロールを通じて権限を完全に制御できます。

チームのニーズに合わせて新しい権限を作れます。カスタムロールは[、標準のゲスト、メンバー、管理者のロール](https://help.clickup.com/hc/en-us/articles/6310033667223-User-Roles)に基づいていますが、特定の[高度な権限](https://help.clickup.com/hc/en-us/articles/6309213140375-Configure-advanced-permissions)を使って完全にカスタマイズできます。

### **必要条件** <a href="#gjdgxs" id="gjdgxs"></a>

* [Business Plusプラン](https://clickup.com/pricing)では１つのカスタムロールを利用できます。
* Enterpriseプランでは、無制限のカスタムロールをご利用いただけます。
* [Okta](https://help.clickup.com/hc/en-us/articles/6305052795287-Okta-SCIM-ClickUp-Configuration-Guide)のカスタムロールのサポートは、Enterpriseプランで利用できます。
* デフォルトでは、ワークスペース所有者だけがカスタムロールを作れます。
* ワークスペース所有者は、カスタムロールの管理を他の管理者ベースのロールに委任できます。

### **カスタムロールの作成** <a href="#id-30j0zll" id="id-30j0zll"></a>

ワークスペース所有者は、新しいカスタムロールを作成できます。

1. ワークスペースのアバターをクリックします。
2. \[**Security & Permissions**]を選択します。
3. 詳細権限テーブルの右上にある\[**New Role**]をクリックします。
4. ロールに名前を付けます。
   * ***注：**&#x30AB;スタムロールにはユニークな名前が必要です。*
5. カスタムロールの開始点として標準ロールを選択します。
6. \[**Create**]をクリックします。
7. 新しいカスタムロールに使用可能な権限をカスタマイズしてください。
8. \[[**People settings**](https://help.clickup.com/hc/en-us/articles/6310058140055-Converting-user-roles)]ページで、新しいカスタムロールを個々のユーザーに割り当てることができるようになりました。

![Animation of the steps to create a Custom Role.](/files/Z591qYeVOa1KVjqyCRNh)

### **カスタムロールを管理するためのアクセス権を付与する** <a href="#id-1fob9te" id="id-1fob9te"></a>

組織によっては、カスタムロールの管理権限をワークスペース所有者だけでなく他の人に委任したい場合もあります。

ワークスペース所有者は、管理者ベースのカスタムロールに、高度な権限を使ってカスタムロールを管理する機能を付与できます。

1. **「Security & Permissions**」設定ページから
2. 管理者ロールに基づいて[カスタムロールを作成します。](https://help.clickup.com/hc/en-us/articles/6310020641175-Intro-to-Custom-Roles#creating-custom-roles)
3. カスタムロール権限を有効にします。

![Screenshot of the Custom Role permission.](/files/4ZIqPi1DvbHWK4vVscb4)

### **カスタムロールの削除** <a href="#id-3znysh7" id="id-3znysh7"></a>

カスタムロールを削除するには：

1. \[**Security & Permissions**]設定ページで、カスタムロール名の横にある省略記号&#x306E;**...**&#x30E1;ニューをクリックします。
2. \[**Delete**]を選択します。
3. ユーザーを再割り当てする新しいロールを選択します。
4. \[**Delete**]をクリックします。

![Screenshot of the Custom Role menu highlighting the delete option.](/files/0xGnozN1i59G0MSelbiq)

### [**Okta**](https://help.clickup.com/hc/en-us/articles/6305052795287-Okta-SCIM-ClickUp-Configuration-Guide)**によるカスタムロールのサポート** <a href="#id-2et92p0" id="id-2et92p0"></a>

プロビジョニングにOktaを使っているEnterpriseチームの場合、カスタムロールはOktaと完全に統合されます。

ClickUpで作成されたロールは全てOkta内のオプションとして追加できるため、カスタムロールを既存のワークフローに簡単に統合できます。


---

# 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://manual.dxable.com/clickup/getting-started/user-roles-and-permissions/intro-to-custom-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.
