Views of Incident not visible to a standard (snc_internal) user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 09:13 AM
I can see some views for "Incident" when logged in as an Admin.
When I log in as a user with the "snc_internal" role, I am not able to see the views option for Incidents.
Can only the "Admin" see the "Views" option?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 09:48 AM
Hi @sahilkhanna ,
OOB user having snc_internal role only, can not see different views options. Apart from admin role, if user have have ITIL, incident_manager then they should see different view options.
Regards,
Satya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 08:13 AM
It works with the `ITIL` role. However, I want to give users minimum permissions.
Is there any role that allows the user to see the "Views" option? I used "view_changer" role. The "Views" option appears, however, the the API returns an error with the same user's token.
{{instanceUrl}}/api/now/table/sys_user_role?sysparm_fields=name
{
"error": {
"message": "User Not Authorized",
"detail": "User is unauthorized to access table: sys_user_role"
},
"status": "failure"
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2025 09:55 AM
Hi @sahilkhanna
The view option is not only for admins. The view can be controlled from System UI -> View (Table Name: sys_ui_view) by setting up roles. You can test it for any ITIL user and that user will be able to see the view if there is no specific roles mentioned for it. However for snc_internal user I believe views are not visible but you can try by adding this exclusive role in any one view.
If my response helped, please mark it correct and close the thread so that it benefits future readers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2025 08:13 AM
It works with the `ITIL` role. However, I want to give users minimum permissions.
Is there any role that allows the user to see the "Views" option? I used "view_changer" role. The "Views" option appears, however, the the API returns an error with the same user's token.
{{instanceUrl}}/api/now/table/sys_user_role?sysparm_fields=name
{
"error": {
"message": "User Not Authorized",
"detail": "User is unauthorized to access table: sys_user_role"
},
"status": "failure"
}