Users' login time from user.session.start event response

Which attribute tells me the users’ login time from user.session.start event hook response?
I’m a bit confused because multiple attributes can be considered for getting the users’ login time like eventTime, events[I].published etc from this sample response body mentioned in the first comment.
Which attribute will be correct for capturing the users’ login time?

Can’t able to put the actual link. So, putting the link this way.
https developer okta com/docs/concepts/event-hooks/#sample-event-delivery-payload

The correct attribute to capture the user’s login time from the user.session.start event hook response is:

events[i].published

The published attribute is specifically designed to indicate when the event occurred, which in this case would be the user’s login time.

This attribute provides the exact timestamp of when the login event occurred, using the ISO 8601 format.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.