An extension that generates a new url /users that provides a list of users, with the ability to sort and filter by group. Searching from the global
search field also offers a "Search all users for ..." link, taking you to the directory with your query applied.
You can protect access to the list with a permission. If the user has no access, they will see a permission denied page.
A setting allows you to show a link to the directory from the homepage sidebar, or you can use the links extension if you prefer a link in the header.
composer require fof/user-directory:"*"To the next minor version:
composer update fof/user-directoryTo the latest compatible version:
composer require fof/user-directory:"*"An extension by FriendsOfFlarum