Is your feature request related to a problem? Please describe.
I need to be able to see a full user list.
At the moment, /users just lists the most recent 100 (?).
Ideally it'd be possible to search and filter this list too. Specifically, it's interesting to see non-anonymous users' behaviour since it's more meaningful than homepage views, for example.
Describe the solution you'd like
- Being able to see every user in the list by adding pagination
- Being able to filter the user list, including a filter for non-anonymous and anonymous
- Being able to search the user list
Describe alternatives you've considered
- Going into the django admin backend sometimes would have this information, but not always.
Additional context
Is your feature request related to a problem? Please describe.
I need to be able to see a full user list.
At the moment, /users just lists the most recent 100 (?).
Ideally it'd be possible to search and filter this list too. Specifically, it's interesting to see non-anonymous users' behaviour since it's more meaningful than homepage views, for example.
Describe the solution you'd like
Describe alternatives you've considered
Additional context