Skip to content

caeops > users

list

Description


This command helps you list all users of a tenant. Run caeops users list --help for more help.

Examples


To list users of a tenant.

The following users list example lists users of a tenant.

caeops users list

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