MicroStrategy ONE

Alter Contact Group statement

Modifies the properties of a contact group.

Copy
ALTER CONTACTGROUP "contact_group_name" [NAME "new_name"] [DESCRIPTION "new_description"] [MEMBERS "member_name1" [, .. "member_nameN"]] 
 [LINKMSTRUSER "user_id"] [(ENABLED | DISABLED)];

where:

  • CONTACTGROUP "contact_group_name" is the name of the contact group you are changing, of type string.

  • NAME "new_name" is the new name of the group if you are changing the existing name, of type string.

  • DESCRIPTION "new_description" is the description of the contact group, of type string.

  • MEMBERS "member_name1..N" is a comma-separated list of contacts, of type string, to add to the contact group you are changing.

  • LINKMSTRUSER "user_id" is the MicroStrategy user, of type string, to link to the contact group you are changing. The security profile settings for the linked user are assigned to the contact group.

  • ENABLED | DISABLED indicates whether this contact group can have deliveries made to it in the MicroStrategy system. Disabling a contact group does not disable a user account in MicroStrategy.

Example

Copy
ALTER CONTACTGROUP "Managers" MEMBERS "Sue 
 Andolini";