Removes a user from a group.
Groups are used to classify users with identical security requirements.
Syntax
REMOVEUSER groupName userName| Parameter | Description | 
|---|---|
groupName  | Name of group from which to remove user.  | 
userName  | Name of the user to remove.  | 
Notes
If you want to completely delete a user from Essbase, use the DELETEUSER command. Deleting the user ID deletes the user from the list of users on the Essbase Server, as well as logging the user out of the active session.
Example
To remove the user DANTE from the group called INTERNTL:
REMOVEUSER "INTERNTL" "DANTE";
See Also