Acl not working on scripted rest API

jobin1
Tera Expert

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

 

1 ACCEPTED SOLUTION

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

View solution in original post

5 REPLIES 5

Thanks @Filipe Cruz