function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jontkjontk 

getUpdated() call on User entity

Hi,

I'm noticing a behavior where I'm calling the getUpdated() API call on the User entity table and I see that the user I am logging in with get's it's LastLoginDate updated but I don't see this user record being brought back as an upated record.

These are the start and end date and times I'm passing in:
2005-06-27T15:08:20.000+00:00
2005-06-27T15:29:33.000+00:00

The user record has the values below:
LastLoginDate 2005-06-27T15:28:45.000Z
SystemModstamp 2005-06-27T15:28:45.000Z

Thanks,
Jon