Instead of collecting users by fetching lists via /users, we now search for each user on-demand and store them in a memo.
This removes the need for paging through the users API.
In regards to #12 (closed)
Signed-off-by: Kevin Morris kevr@0cost.org