How to get application last used date by a specific user?

Hi,
Is there a way to get the application’s last used date for a specific user?

If not, what do the application user object’s fields lastSync and lastUpdated mean?

Thank you!

bumping. Does anyone know the answer? :slight_smile:

What kind of app is it? (SAML, OIDC, or SWA)

  • lastSync - timestamp when last sync operation was executed (I believe this refers to an app that supports provisioning)
  • lastUpdated - timestamp when app user was last updated (I believe this refers to last time the application user profile was updated)

Thanks for the answer!
I’m fetching this data for all apps that returned from the endpoint, so all types are relevant.