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.
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.