Hi,
when I tried to query for a user by its object id I got an exception (400) because one of the object Ids passed was not found.
cloud.Users.query({ where:{ id:{"$in": usersArray} } }, function(e) { // });
Can't the query just return a result that contains the found Ids only ?