Required Roles - What is the best way to find what requires each role?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 12:15 PM
I need to provide a list of impacts for not using an OOB role, itil in this case. What is the easiest way to demonstrate where this role is used?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 12:22 PM
Query the 'sys_group_has_role' and/or the 'sys_user_has_role' tables. there is also the 'sys_user_role_contains' table. Query for role = 'itil'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 07:21 PM
Thanks for the thought. I'm looking beyond users and groups though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 02:12 PM
Hi @MGanon
The content available on ServiceNow Product documentation might help to demonstrate where the
required roles are used
If my response helped please mark it correct and close the thread so that it benefits future readers.
Surya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2023 07:22 PM
Thanks for the idea. I am looking for more detail across the platform.