UserManagementWebService.listUsers({'role': /* role the required role (optional) */});
List users (that have the given role).
Output:
javax.ws.rs.core.Response - an array of {@link org.apache.marmotta.platform.user.webservices.UserWebService.AccountPoJo}s containing users (that have the required role, if
role was given) (in JSON).