Quantcast
Viewing all articles
Browse latest Browse all 14708

Re: Regarding the customizationUser object in QC OTA API reference

if you are looking to get inactive users from entire SA uou can use below query?

 

select DISTINCT USER_NAME as UID,EMAIL as Email, Full_Name as Name from QCSITEADMIN_DB.td.users WHERE USER_NAME NOT IN (
select DISTINCT USER_NAME from QCSITEADMIN_DB.td.SESSIONS_HISTORY  WHERE END_TIME > '02/02/2013'
) ORDER BY USER_NAME

 

Thanks,

Avi.


Viewing all articles
Browse latest Browse all 14708

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>