And then of course I pasted the code without the values. This is with the values:
UserService service = client.getService(UserService.class);
AnyQuery query = new AnyQuery.Builder()
.page(1)
.size(1)
.orderBy("email ASC")
.realm("/")
.build();
return service.search(query);
-----
Paul Fullbright
--
Sent from: http://syncope-user.1051894.n5.nabble.com/
