MicroStrategy ONE

Add User Group statement

Adds a User Group to the membership of one or more user groups.

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

where:

  • USER GROUP "login_name" is the login name of the user group you are adding to memberships, of type string.

  • GROUP "group_name_1..N" is the name of a user group of which the group is a member, of type string.

Example

Copy
ADD USER GROUP "Software Managers" TO GROUP "Software Team", "Managers";