if (users.length === 0) {
        return res.status(422).send({error: "No such "+role+"."});
    }