In the users table there is a predefined field called status. Unfortunately it’s impossible to inspect the predefined fields in the schema viewer. All I can see is that it’s a switch and value is ‘Active’ for all our users. I’m guessing this is correlated with the active user count one sees in the users view in the console. How is the status of a user determined / updated?
We’d like to know how many of our users are active. Before we roll our own solution for this, I’d like to know if we can leverage this field somehow?