A.3 Checking IP Address for User’s Last Login
Navigate to the Compliance Studio schema in the database and run the following query:
select * from ds_user;
The output table will look like this:
You can check the LAST_IP_ADDRESS column, which will contain the IP address from where the user has last logged in.