How to find who is ITIL USER and who is END USER?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2015 01:04 AM
I need to know how to find who is END USER and ITIL USER?
Based on role i can find the ITIL USER is that correct?
If that is correct then how can find who is END USER?
Thanks and Regards,
Dinesh Chinnadurai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2018 09:56 AM
Getting a list of all users, and a list of all users with the filter sys_user_has_role will take care of this, then excel vlookup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2018 06:16 PM
I believe the following should work. Go to the Users module and then add a filter for "Roles" "is not" "itil"
The below link should also work
https://YOURINSTANCEHERE.service-now.com/sys_user_list.do?sysparm_query=roles!%3Ditil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 05:33 AM
Tested that already, it sill returns users with itil roles. Also, trying Roles=null does return anything.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2018 05:35 AM
Hi Dinesh,
For ITIL it is correct. End Users are those who generally do not have any role associated.