caeops > users
delete¶
Description¶
This command helps you delete an user with CloudAEye.
Run caeops users delete --help
for more help.
Synopsis¶
delete
--email [value]
Options¶
--email (string)
Email of the account you want to delete
Examples¶
To delete a user account.
The following users delete
example deletes an user.
caeops users delete --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