I am trying to write a script that will audit the web console users similar to the attempt here: https://github.com/rapid7/nexpose-resources/tree/master/scripts/users/audit_users
But one thing I desperately need to check is how long it's been since the user last logged in. It doesn't look like this info is stored with the User or UserSummary objects. It is shown on the web console, so it must be available somewhere?