Added
Added Auth::queryUsers()
to process subsets of users with more parameters than Auth::listUsers()
. listUsers()
is a fast and memory-efficient way to process a large list of users. queryUsers()
provides sorting and filtering by given fields and pagination. (#727/#728) (Documentation)