MicroStrategy ONE

Add User to Group statement

Adds a user to a user group.

Copy
ADD USER 
 "login_name"[TO] 
 GROUP "group_name_1"[, ... "group_nameN"]];

where:

  • USER "login_name" is the login name of the user to be added to the groups, of type string.

  • GROUP "group_name_1..N" are the names of the groups to which the user is to be added, of type string.

Example

Copy
ADD USER "palcazar" 
 TO GROUP "Managers", "Central";