Database view to identify users who is actively utilizing ITIL license

Vikram3
Giga Guru

I need to do database join on syslog_transaction, sys_user & sys_user_has_role tables to find out the users who are actively using ITIL licenses in servicenow.

 

This is my join and I'm strugging to do it. Can anyone help here.

Vikram3_0-1741421562788.png

 

6 REPLIES 6

AndersBGS
Tera Patron
Tera Patron

Hi @Vikram3 ,

 

why not just utilize the sys_user_has_lincense table and look at last login from a user perspective. By doing this, you will get the users not logging into ServiceNow which are consuming license.

 

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Hi @AndersBGS Unfortunately the table is empty.