Page cover

list

The cldkctl organization role list command displays all available roles within the organization, along with their associated descriptions. This helps administrators identify which roles exist, understand their access scope, and obtain the Role ID needed for other operations such as adding, editing, or deleting roles.

Usage

cldkctl organization cldkctl organization role list [flags]

Aliases

list, ls

Steps

Follow the steps below to run and view the result of this command:

  1. Run the following command in your terminal ./cldkctl organization role list

  2. Wait a few moments while the CLI fetches the list of roles from the organization.

  3. The result will display a table containing the list of roles, including their IDs, names, and descriptions.

Column
Description

ID

The unique identifier assigned to each role.

Role Name

The name of the role defined within the organization.

Description

A short explanation of what the role allows users to do.

Flags

Column
Description

-h, --help

Help for the list subcommand.

Last updated