I want to track the Last login date of user

I want to track the last login date of a user,to be more specific, when was the last time the
user logged into the CMS but I am unable to find the documentation for it. All I found was
In the documentation, on this page: [Repository Authorization and Permissions - Bloomreach Experience - Headless Digital Experience Platform](https://Documentation Page)

I can see it has a property :
hipposys:lastlogin (date)

But I cannot find any details about this property, like it’s use and purpose and it’s use cases, Please help me with this.

Thanks and Regards,
Om.

see:

It is only set for external users (LDAP or other SSO solutions)
You can update those properties yourself… during user login for example…:

Okay, Thank you…