diff --git a/maxctrl/lib/list.js b/maxctrl/lib/list.js index 0e727e10b..802eee7c3 100644 --- a/maxctrl/lib/list.js +++ b/maxctrl/lib/list.js @@ -170,7 +170,9 @@ exports.builder = function(yargs) { }, function(argv) { maxctrl(argv, function(host) { return getCollection(host, 'users/inet',[ - {'Name':'id'} + {'Name':'id'}, + {'Type':'type'}, + {'Privileges':'attributes.account'}, ]) }) })