Skip to content

caeops > users

get

Description


This command helps you get details of a particular tenant user. Run caeops users get --help for more help.

Synopsis


  get
 --email [value]

Options


--email (string)

The account email for which you want to get details

Examples


To get user details.

The following users get example gets details of a users.

caeops users get --email=example@example.com

Output


User details -> (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