List users of an array of roles

Unfortunately, you cannot pass an Array of User Roles to WP_User_Query. The role argument only accepts a String, which is then cleared by a trim command.

See user.php on Line 495, where prepare handles the Query for the Constructor after parsing the $args.