Add a "created_on" field to the User type
I am developing an automation script to periodically query for and delete users who have not configured a postalcode and who have not logged into HWR for two weeks. Most of the users that I find in these filtered query results, though, have never logged in to HWR once. These were registered through our existing registration automation script, so they have a "lastloggedin" value of null. Therefore, I can't distinguish users who registered yesterday from those who registered a year ago. Would you be willing to add a "createdon" field to the User type? This would help me to filter users more accurately before deleting old, extraneous users in my automation script. Thank you!