This is already a ticket and I know you guys are working on it but since I made my own changes recently, I thought I'd contribute along with a few other minor improvements.
inviteTime has been changed to inviteDate in the API output, so that's reflected here
i've also added lastLoginDate with the use of the null2na() helper function since those may be NULL for users who haven't accepted their invite yet.
Hi all,
This is already a ticket and I know you guys are working on it but since I made my own changes recently, I thought I'd contribute along with a few other minor improvements.
inviteTime
has been changed toinviteDate
in the API output, so that's reflected herelastLoginDate
with the use of thenull2na()
helper function since those may be NULL for users who haven't accepted their invite yet.activationStatus
userLicenseType
as well.