- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 05:46 AM
Hi,
Is there any way to get the all the users and their groups and roles in a single report?
Please advise.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 06:09 AM
You could create a database view to get this info.
- System Definition -> Database Views
- Create a new view with name u_user_group_role and save.
- Now you can add the view tables as follows
- Go to the new view you created by typing the view name in the filter navigator
- Add the Group, User, Role field to the list and then you can export it as a report
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 02:04 PM
thanks you very much, it worked for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-19-2023 10:03 PM
Hi Team,
Same issue Iam facing I created database view as above, but role is not correctly mapped to roles.
Database view - ServiceNow Community
Please check and help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2023 10:16 AM
I know this is an old post - but can I create a database view to report on which tables a user has access to view cases on?