The group members view in the sidebar is mod/groups/views/default/groups/sidebar/members.php. You could override this view with a modified version (http://docs.elgg.org/wiki/Overriding_a_view). If you want only admins to see it then capsule the code within an if-clause:
if (elgg_is_admin_logged_in()) {
<original code>
}
Then normal users / group members won't see the member's list in the sidebar anymore.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.