Creating Standard Change using sn_chg_rest REST API scope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2020 09:46 PM
Using the REST API api/sn_chg_rest/change/standard I am getting the following error.
If I call the script using user account with ITIL role its OK.
Without using the ITIL role what permissions to which tables do I need to define? I have so far given read,write,create permissions to a user defined role to tables - change_request, std_change_record_producer, std_change_template and std_change_producer_version
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2020 02:03 AM
Hello!
Check "read" ACLs on [std_change_record_producer] and parent tables. Make sure, what role you use for Change API have right to read not only record itself, but also all fields.
Basically create "std_change_record_producer.*" read ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2022 01:40 PM
Thanks Victor, that was exactly what I needed.