I'm hoping to be able to search a domain for users that have logged in in just August, September, and October. Currently I'm the command below, but want to limit the "last login date" to those months. Can I run a command for each month individually, using wildcards?
cmd=listusers&domainid=XXXXXXX&includedescendantdomains=true&limit=20000&show=current&select=session
Comments (1)
Hey Chris:
You can accomplish this by using the query attribute of the ListUsers API. For example, if you want to see who has a login since August, you would do:
However, if you want to see who has logged in over a specific period (start and end dates), you will need to use another API like GetDomainActivity.