Skip to content

caeops > groups

remove-user

Description


This command helps to remove an user from a group. Run caeops groups remove-user --help for more help.

Synopsis


  remove-user
--group-name [value]
--email [value]

Options


--group-name (string)

A group name from which you want to remove the user

--email [value]

Email of user that you want to remove from the group

Examples


To remove users from a group.

The following groups remove-users example removes a user from a group.

caeops groups remove-user --group-name=example --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