Audit Trial for normal users

Confluence User - 10 May, 2022

Hii,

I created a datalist from wf_audit_trail table containing the audit trail but I cannot check when a user x has logged in

Is there any other table related to audit trails?


Thanks

audittrail;datalists;user;login

1


11 May, 2022
confluenceUser
confluenceUser

You can query wf_audit_trail using the following query statement, replacing the 'admin' with your desired username:

SELECT  id
     , username
     , timestamp
FROM   wf_audit_trail
WHERE username = 'admin'
RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print