Where to find user session created time from API

Hi, Can anyone help me where can i find the user session created time from the API? I know that there is user.last_login, but that is not what I’m after as that only tells me the last login time instead of the session time.

Thanks in advance for any pointer on this

Hi @paul.hartono,

Welcome back to the Auth0 Community! It’s been a while since your last post!

First, I’m having trouble understanding what you mean by “user session created time”?

Are you referring to the time when the user was first created? If so, you will want to use the created_at property.

Otherwise, could you please clarify further on what you mean by “user session created time”?

Please take a look at the user profile structure documentation for an exhaustive list of user attributes.

Thank you.

Hopefully this diagram can better explain what Im after (sorry I might not explain the context clearly in the first place).

So the idea is that despite of customer login on different devices, we would like to get the session_created_at on that particular device rather than a “global” last_login across all devices.

Thanks