API-Manager
API-Manager copied to clipboard
Users page should not list all users by default
listing all users is too slow.
Also should be able to search by username as well as email
@simonredfern The API call (getUsers) needs a way to limit the number of users. But once this exists, it also needs to support filtering by username and email, otherwise the latter won't work anymore if a limit has been set and the filtering is done in the API Manager only.
This is related to #13 . Also see https://github.com/OpenBankProject/OBP-API/issues/815