by Jackie Smile.
OK I found that one too...
where it says: $params ) array( 'users' => $users ); it should instead be $params = array($users);
The explanations on the web are really confusing about when to put it into an array and if there should be a key or not..