role required for read only access for cmdb_ci_server table for api user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-12-2023 11:59 PM
what would be best role to provide read only access for cmdb_ci_server table for api user ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2023 12:01 AM
what the api user will be doing?
please check table level READ ACL on that table and ensure your API user has that required role and satisfies any condition
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2023 12:02 AM
The cmdb_read role allows users to read any cmdb table. That role is also attached to the Navigation menu. Granting that role will allow them to access the menu and see the CMDB.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-13-2023 12:20 AM
You can consider to use this OOTB role below
Name: cmdb_read
URL: https://<instance_name>/sys_user_role.do?sys_id=ab250967b31213005e3de13516a8dc26
Make sure to double-check the ACL of these tables cmdb_ci_server, cmdb_ci_computer, cmdb_ci_hardware and cmdb_ci.
Let me know if it works for you
Cheers,
Tai Vu