Hi @macitaly,
Currently, there’s not a built-in way to display a member list in the front-end or export to CSV.
At this point, you can view a sortable/filterable/searchable list at:
Membership > Members
I took a look at the code to see if it could easily be listed through the front-end but it’s not really so easy.
In case you’re interested, you’ll see the code for generating the member list in the following file:
\membership\membershipincludes\classes\membershipadmin.php
You’ll see on line 2087 (in the current version) the following:
$wp_user_search = new M_Member_Search($usersearch, $userspage, $sub_id, $level_id, $active_op);
You could use a similar method to generate a custom list and/or export a CSV.
We’ll likely be looking at ways to add CSV import/export features in the future, but for now this would require custom code.
Hope that helps. ??
Cheers,
David