@dan Thanks for the info. I think it's clear. For me it's not clear yet what my Product owner exactly means by "locked" indeed. But the difference in FusionAuth is clear to me.
Last question was (but this may not be clear from the question) whether the Elastic Search configuration would be able also to return a facet count. So when we retrieve the users, we also get returned facet values and their counts, in our case the roles and locked users, for example:
roles:
- admin (4)
- editor (2)
active:
- no (2)
- yes (3)
Elastic search supports facet search, but could this also work with FusionAuth by configuration? Or would it be nice to have and should we create a feature request for this in the issue management system?