ebs.getCurrentUserSessionsHistory
(FintechOS Studio 24.1 and later)
IMPORTANT!
This function is currently deprecated and will be removed in the future.
This function is currently deprecated and will be removed in the future.
Retrieves all successful or unsuccessful user login information. Displays the user ID, time, IP address, and environment.
The data retrieved is only for the current user. Use the Save Events option in the FintechOS Identity Provider, to retrieve login data on multiple users.
Syntax
Copy
ebs.getCurrentUserSessionsHistory().then((res) => console.info(res)).catch((err) => console.error(err))
Response
Returns a list with the user ID, time, IP address and Studio environment where the logins were successful or unsuccessful.