The CreatorCon Call for Content is officially open! Get started here.

ITIL Licenses used

MaxwellA
Giga Contributor

Hi All, 

 

I am trying to collate the total number of ITIL licenses used within my organisation in ServiceNow. I have seen a number of articles on the web, but none of them gave me a clear answer. 

 

Can anyone assist?

3 REPLIES 3

VikMach
Mega Sage

@MaxwellA, sys_user_has_role table gives that info. Subscription Management dashboard shows how many license purchased versus how many used. Wondering what else are you looking for?
There is User Role Histories (sys_user_role_history) table which tells when a role was added and removed.
Is there anything else in specific you are looking for?
Please elaborate!

Regards,
Vikas K

Rafael Batistot
Kilo Patron

Hi @MaxwellA 

 

Go to sys_user table and filter 

 

active=true AND role=itil 

If you found this response helpful, please mark it as Helpful. If it fully answered your question, consider marking it as Correct. Doing so helps other users find accurate and useful information more easily.

Musab Rasheed
Tera Sage