Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Restrict Access to web_service_admin role

VigneshMC
Mega Sage

Is it possible to restrict access to web_service_admin role , I need to restrict access to insert, update to certain tables .

Thanks

5 REPLIES 5

GlideSession - isInteractive()

Determines if the current session is interactive.

An interactive session is one that involves an end-user interacting with a user interface that then retrieves information from a server. An example of this type of session is when a user logs in using the log-in screen or uses a form to query a data store. A non-interactive session is one that only involves programmatic interaction with a server such as a SOAP request to retrieve data.

https://docs.servicenow.com/bundle/london-application-development/page/app-store/dev_portal/API_reference/GlideSession/concept/c_GlideSessionAPI.html