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:
Run the following command in your terminal
./cldkctl organization role listWait a few moments while the CLI fetches the list of roles from the organization.
The result will display a table containing the list of roles, including their IDs, names, and descriptions.

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
This command supports refer to the Global Flags section for details
-h, --help
Help for the list subcommand.
Last updated
