Hi, Does the given scenario reflect expected functionality?
I am an admin user I create an account with 1 user, lets call the account example and the user example. I query listAccounts with parameter listAll, all accounts are returned including the one I just created. I query listAccounts with parameter name and value admin, the admin account is returned. I query listAccounts with parameter name and value example, no accounts are returned. Should the last query not return the example account I created? Query by ID appears to work as *I* expected and returned the account information of the given ID.