- 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 05:49 AM
Not possible OOB, Roles and Users relationship are available on one table and Users and Groups relationship on another.
Regards, Bharat

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 05:54 AM
Hi Kotaiah,
OOB there does not exists a single table or report. You can look for database view option & get it reported using sys_user_grmember & sys_user_has_role tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2018 06:15 AM
There is an OOTB database view is available but when i am trying to run report on this, it is throwing an error,
Reporting on users with roles in groups
so i am unable to run the report in this database view, i am looking for any other alrternative solution for my requirement.
- 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