From @umerkayani:
In Vibesa we require a more efficient version of searchUsers method of connector4java component. Right now we have the method as follows:
public SCIMSearchResult<User> searchUsers(Query query, AccessToken accessToken)
and we need something like this:
public List<SCIMSearchResult<User>> searchUsers(List<Query> queries, AccessToken accessToken)