- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2022 08:41 AM
Hi All
I have created an ACL for accessing rest api and attched in security tab but its not working all users without itil role also can retrieve data from ServiceNow
how we can rectify this issue?
ACL
POSTMAN
USER PROFILE
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2022 04:08 PM
Hi jobin,
You need the ACL!
But GlideRecordSecure is evaluating the ACLs when being invoked, while GlideRecord is bypassing the ACLs!!
Try this out and let me know the results!!
Hope this helps!
Please, don't forget to mark my answer as correct if it solves your issue or mark it as helpful if it is relevant for you!
Best Regards,
Filipe Cruz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 05:34 AM
Thanks