I am trying to find a way to know how many active users do i have monthly per database connection. Right now i am NOT using a custom database. Would like to understand if there is a way to get this sort of report or if i need to do it myself, how would be the best way to do it.
Unfortunately, the Management API’s GET/api/v2/stats/active-users endpoint does not allow you to query by connection. However, you can use the GET/api/v2/users endpoint with the connection query parameter to find this data: