Getting last login information via API call

srinisubra
edited 12/09/19 in API & Developers

I am hitting the users endpoint(https://api.smartsheet.com/2.0/users) to get all of our user information. I am trying to find out inactive users based on last login date. The API call doesn't return me the last login information for any user. I can see this information when I export the csv of the users from the admin console though. The sample response from the list API shows the last login information. Any thoughts on why I am not getting this info through an API call?

 

https://smartsheet-platform.github.io/api-docs/#list-users

Comments