Table name for termination timestamp from User Import job

piyushm
New Contributor II
New Contributor II

Hello,

I am trying to figure out which table/column stores the timestamp when a user is terminated from user import job. I am specifically looking for the time that is shown on the update history tab on users page on UI.

piyushm_0-1673544633443.png

 

4 REPLIES 4

sk
All-Star
All-Star

if you are talking about update timestamp on user update history then that is stored in column savupdatedate of user table.

If you are talking about termination date that purely depends on how you implemented your termination logic.


Regards,
Saathvik

piyushm
New Contributor II
New Contributor II

Termination is implemented through User Import. But the timestamp in the screenshot which is when the user was terminated, is not matching with the savupdatedate value in users table.

what about updatedate? that value should go to either of these columns


Regards,
Saathvik

select REFIREACTIONTRAIL,RULEACTIONFAILED,RULEACTIONSUCCESSFUL,RULEACTIONTOBEFIRED,RULERUNS,UPDATEDATE as date,UPDATEDBY,USERKEY,USERSHISTORYKEY from usershistory where userkey=1