# role

The organization role command allows administrators to manage roles within an organization. Roles define the level of access and permissions members have to various services and resources. You can use this command group to create, edit, view, delete, or list roles associated with your organization.

## Usage

```
cldkctl organization role [command]
```

## Available commands

<table><thead><tr><th width="147.33331298828125">Column</th><th>Description</th></tr></thead><tbody><tr><td>add</td><td>Create a new role in the organization.</td></tr><tr><td>delete</td><td>Remove a role from the organization.</td></tr><tr><td>detail</td><td>View details of a specific role.</td></tr><tr><td>edit</td><td>Modify an existing role.</td></tr><tr><td>list</td><td>List all roles in the organization.</td></tr></tbody></table>

## Flags

{% hint style="info" %}
This command supports refer to the [Global Flags](/cloudeka-api-list/global-flags.md) section for details
{% endhint %}

| Column     | Description                                |
| ---------- | ------------------------------------------ |
| -h, --help | Help for the organization edit subcommand. |


---

# 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.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-organization/role.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.
