Active user list
Hi.
On the enterprise version, is there a way that I can get a list of all the users on an instance with when they last logged in and the execution count across all workspaces for say the last month? Would I be able to query the PostgreSQL DB directly for it?
Thanks
2 Replies
if you query the token table, you can group by email, and use the last_used_at. For execution count you can use the same api calls that the workspace page use to list it over last week.
but in general, we will have this information likely well formated in a usage dashboard that is part of our roadmap
Awesome. Thanks