Skip to content

caeops > groups

list

Description


This command helps to list all groups of the tenant. Run caeops groups list --help for more help.

Examples


To list groups of the tenant.

The following groups list example list groups of the tenant.

caeops groups list

Output


User Details -> List(structure)

  • groupName -> (string)
    Name of the group
  • createdAt -> (string)
    Date at which the group was created
  • updatedAt -> (string)
    Date at which the group was last modified
Back to top