What roles should i assign to a user to get parent table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 11:03 AM
Hi
I am using REST API and i need to know in specific what roles do i need to give a user to perform "get parent table" https://service.service-now.com/api/now/table/sys_db_object/1234455.
I have tried these 2 roles and it doesn't work sn_help_setup_admin,personalize_dictionary,
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2023 05:47 PM
They will need snc_platform_rest_api_access first, then any role that allows them to view the sys_db_object records and the super_class field. The roles you listed above look like they should work, but try itil as well.