10 years ago
Exporting Users
Would it be possible in the future to export users into a PDF or Excel spreadsheet. Also, when we sort the user table it doesn't seem to actually sort by any of the columns correctly. If we try to...
There's a built in report that will give you user to role mapping (could combine with a user report). You can output it to CSV. It's difficult to sort by role since the user to role relationship is one to many. One user can have multiple roles. If a user has both Administrator and ZeeBot roles, which one is used for sorting?
Also, I hate to be the guy to bring up the API, but...You could pretty easily script this to output a nice CSV, then you could build in some logic to sort by role the way you want. https://www.logicmonitor.com/swagger-ui-master/dist/#/Roles/getRoleList