Top >
ESSCMD Commands >
DELETEUSER
DELETEUSER
Deletes an Analytic Services user ID.
Syntax
DELETEUSER userName
userName |
Name of the user to delete. |
Notes
- Deleting the user ID deletes the user from the list of users on the Analytic Server, as well as logging the user out of the active session.
- If you want to remove a user from a group without removing the user from the list of users on the Analytic Server,
then use the REMOVEUSER command instead.
-
Do not include the group name in the DELETEUSER command line; otherwise, the group will also be deleted.
Example
To delete a user named DANTE:
DELETEUSER "DANTE";
See Also
DELETEGROUP
REMOVEUSER