PerBonomi
6 years agoBoss
When did these users last log in
Hi folks. I have a list of, say, 1500 user ids.
I want to throw this list at the system and get back their respective most recent logins. Is there a fairly easy way to do this that I'm overlooking?
I'm just assuming API 2 won't be happy if I tell it to give me last_login_date where user_id IN(<1500 ids>) . And I'd prefer to not loop through smaller batches as an ongoing practice.