MicroStrategy ONE

Remove User from Group statement

Removes a user from a user group.

Copy
REMOVE USER "login_name"[FROM] GROUP "user_group_name1"[, ... "user_group_nameN"]];

where:

  • USER "login_name" is the login name of the user to be removed from the group(s), of type string.

  • GROUP "user_group_name1..N" are the names of the groups from which the user is to be removed, of type string.

Example

Copy
REMOVE USER "palcazar" FROM GROUP "Public", 
 "Developers";