For compliance reasons, system administrators may need to produce reports showing all users, their last login date, and when they last submitted data.
Below is a Quarto script (R Markdown) from @chrissyhroberts that shows which users and projects have (or haven't) been active recently.
example_user_monitor.qmd.zip (3.8 KB)
We also have a Python notebook from @Thalie and @aurdipas that follows the same main ideas. Use quarto render main.ipynb to use Quarto to render to HTML.
main.ipynb.zip (4.2 KB)
If you have a script that does something similar, please reply to this topic and share.