MicroStrategy ONE

List User Group Properties statement

Lists the current properties of a user group.

Copy
LIST [ALL] PROPERTIESFOR USER GROUP "user_group_name";

where:

USER GROUP "user_group_name" is the name of the user group for which properties are to be listed, of type string.

Example

Copy
LIST 
 PROPERTIES FOR USER GROUP "Managers";

ResultSet Columns

DESCRIPTION: The description of the user group, returned as a string.

ID: The object ID of the user group, returned as a string.

LDAP_LINK: The LDAP link associated with the user group.

LONG_DESCRIPTION: The long description of the user group, returned as a string.

MEMBER_RESULTSET: A ResultSet containing a list of group members and related details.

  • FULL_NAME: The full name of the member, returned as a string.

  • IS_GROUP: Whether or not the member is a user group, returned as a boolean value.

  • LOGIN: The login of the member, returned as a string.

NAME: The name of the user group, returned as a string.

PARENT_GROUPS: A list of parent groups of the user group, returned as a vector of type string.