Find All Users With Backend Access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2024 04:12 PM
How can I list out all users with backend access to our instance, not just the Service Portal? I can run a report for specific roles such as ITIL or Admin, but there are many more roles that allow backend access, even if it's just read/view access.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2024 12:45 PM
@MrDevanWright You need to first figure out the roles which grant the backend access and then you can run the report or you can use SPEntryPage redirection script to navigate them to portal view if they do not have the itil role. This way it will be easier to find the users who have backed access.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2024 01:37 PM
@Sandeep Rajput wrote:You need to first figure out the roles which grant the backend access
That is quite exactly the issue. With how many roles are within ServiceNow OOB, and including nested roles that become inherited, it's very hard to nail down all the roles the provide backend access.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2024 08:39 PM - edited ‎08-10-2024 08:40 PM
@MrDevanWright I did a small check on my PDI and tried to login with a user who didn't have any role assigned to them. To my surprise, a was able to use backend without any roles. Which clearly indicates that a user can access ServiceNow platform view without any role, unless specifically redirected via SPEntryPage, for more information please refer to https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0746730.
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-13-2024 07:26 AM
@MrDevanWright Did I address your questions? If yes then please mark the response an accepted solution.