User account last login info

We’re looking to turn on Federated authentication on our Indico instance. Is there an easy way to determine last login information per user using indico shell ?

This will help us understand what the impact will be for users not in the federation. I did find how to get a full user dump User.query.all()

Thanks in advance.

Each User has a last_login_dt property.