Skip to content

caeops > users

list-groups

Description


This command helps you list all the groups that the user is part of. Run caeops users list-groups --help for more help.

Synopsis


  list-groups
--email [value]

Options


--email (string)

Email of the user for which you want to list groups.

Examples


To list all the groups that the user is part of.

The following users list-groups example list all the groups that the user is part of.

caeops users list-groups --email=example@example.com

Output


Description of the groups -> List(structure)

  • groupName -> (string)
    Name of the group
  • createdAt -> (long)
    Creation timestamp
  • updatedAt -> (long)
    Last modified timestamp
Back to top