List User Group Membership in Reports
By default, the report results for the Token Expiration Report and the All User report do no list group membership. However, the following procedure allows you to list all the user’s groups or only groups managed by RSA Authentication Manager.
Procedure
Log on to the appliance using an SSH client.
Change directories:
cd /opt/rsa/am/utils
Run one of the following commands:
To list all the user’s groups or only groups managed by AM, type the following, and then press ENTER:
./rsautil store -a update_config auth_manager.reports.principal.all_group true GLOBAL 500
To list the groups managed by AM, type the following, and then press ENTER:
./rsautil store -a update_config auth_manager.reports.principal.registered_group_only true GLOBAL 500
To disable listing all the user’s groups, type the following, and then press ENTER:
./rsautil store -a update_config auth_manager.reports.principal.all_group false GLOBAL 500
To disable listing the groups managed by AM, type the following, and then press ENTER:
./rsautil store -a update_config auth_manager.reports.principal.registered_group_only false GLOBAL 500
When prompted, enter your Operations Console administrator User ID, and press ENTER.
When prompted, enter your Operations Console administrator password, and press ENTER.
Restart all AM services on the primary instance and each replica instance:
cd /opt/rsa/am/server
./rsaserv restart all
Related Concepts
Related Articles
View User Group Memberships for a User 10Number of Views Modifying Group Membership in an LDAP Directory 5Number of Views CSV Format for User Group Membership Requests Input File 8Number of Views View User Group Memberships for a User in the User Dashboard 18Number of Views Change in the review behavior while using "Include group memberships that are entitlements of their assigned global roles"… 36Number of Views
Trending Articles
RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager 8.9 Setup and Configuration Guide RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide How to 'Trust' the RSA Authentication Manager Security Console Self-Signed Root CA certificate and prevent Cert warnings.