How to find All users in Mattermost & export it to some excel sheet report

To get a complete list of users with their activity status in Mattermost, try using SELECT * FROM Users; in MySQL to pull all user data. Once you have this, exporting to CSV will be straightforward for organizing it in Excel.