> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-organization/role.md).

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