MicroStrategy ONE

Alter User Group statement

Modifies the properties of a user group.

Copy
ALTER USER GROUP "user_group_name" [NAME "new_user_group_name"] 
 [DESCRIPTION "new_user_group_description"] [LONGDESCRIPTION 
 "long_description"] [LDAPLINK "LDAP_user_name"] [MEMBERS "new_login_name1" 
 [, ... "new_login_nameN"]] 
 [GROUP "new_parent_user_group_name"];

where:

  • USER GROUP "user_group_name" is the name of the user group to be altered, of type string.

  • NAME "new_user_group_name" is the new name for the user group, of type string .

  • DESCRIPTION "new_user_group_description" is the new description for the user group, of type string.

  • LONGDESCRIPTION "long_description" is the new long description of the user group, of type string.

  • LDAPLINK "LDAP_user_name" is the new LDAP user to be linked to the user group, of type string.

  • MEMBERS "new_login_name1..N" is the new login name of a user to be added to the group, of type string.

  • GROUP "new_parent_user_group_name" is the new name of a parent user to be added to the group, of type string.

Example

Copy
ALTER USER GROUP 
 "Managers" DESCRIPTION "Managers of XYZ Company";