Solved
Get a list of all users.
Is there a service function to get a list of all users known to the system?
Is there a service function to get a list of all users known to the system?
Because Users are just Entities of type "User" you can call the GetEntityList service in EntityServices with the 'type' argument set to "User"
I am not sure if a specific function exists for getting just users, but this should do the trick.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.