In the Asana dashboard, you can export the user’s list as CSV file and in that CSV file, you can find a lot of details about users e.g. Email, Name, First Login Date, Last Activity Time, etc.
We need the field “First Login Time” to be retrieved through API. I have tried adding “first_login_time” in opt_fields but it is not working, I do not know if the field name is incorrect or what the issue is.
The question is, is it possible to retrieve these details through API?
Thanks!
Irfan