I want to get all users with type Students or Professor, for example. The searchUsers(String criteria, int first, int last)
method of the UserDirectoryService
only matches against 'id or email, first or last name'.
Is there a way I can get a User or List of Users with other criteria?
Thanks,