Skip to content

caeops > groups

list-users

Description


This command helps to list all users in a group. Run caeops groups list-users --help for more help.

Synopsis


  list-users
--group-name [value]

Options


--group-name (string)

A group name from which you want to list users

Examples


To list users in a group.

The following groups list-users example list users in a group.

caeops groups list-users --group-name=example

Output


User details -> List(structure)

  • email -> (string)
    Email address of the user
  • givenName -> (string)
    Name of the user
  • familyName -> (string)
    Family name of the user
  • linkedinUrl -> (string)
    LinkedIn url of the user
  • picture -> (string)
    Url of the user's picture
  • phoneNumber -> (number)
    Phone number of the user
  • roles -> (list)
    Roles assigned to the user
  • gender -> (list)
    Gender of the user
  • address -> (list)
    Address of the user
  • birthdate -> (list)
    Birthdate of the user
  • createdAt -> (long)
    Creation timestamp
  • updatedAt -> (long)
    Last modified timestamp
Back to top