User login Details

Hello Community,

Does anyone know how do we get last login date of users from SnapLogic Platform

Hi @swatifunde.

Please refer to Retrieve Activities in Org documentation, there is an option to get the session_start and session_end, and also to filter by user.

Please let me know if this helps you.

BR,
Aleksandar.

Thank you for this information.

I am trying to get this data from API but its throwing an error.

what is the meaning of updated date here?
Is it last login date or something else?

What’s exactly the error that you are getting?

I am getting 401 Unauthorized error

That’s because the API endpoint requires a Basic Authentication.

We are using SSO to login into Snaplogic platform so in that case which authentication method I have to use?