User "Login" field? Can't find it

Does anyone know the location of the “login” from the “Users Dashboard Report” in terms of API field?
Basically i’m looking to pull the number of logins for each user and or last login date. They exist in the system, I just can’t seem to find them anywhere in the schema docs.

In the Admin - Reports menu there is a report called “Users Dashboard Report”.

What you can do is to create your report and save it.

Using the Saved Search API functions, eg: “getSavedSearchResultsAllFields”, you can pull this report out.

https://developer.infusionsoft.com/docs/xml-rpc/#search-retrieve-a-complete-report-from-a-saved-search

You cannot manipulate the search criteria via the API, so you will have to setup the Report or Reports according to your needs.

Sounds like this isn’t someone’s first rodeo… I would not have arrived at that. Thank you!