---
sourceDocument: Australia API Reference
sourceDocumentLink: https://www.servicenow.com/docs/r/api-reference

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Configure a scripted REST API to require an ACL

# Configure a scripted REST API to require an ACL {#ariaid-title1}

* Release version: Australia
* 
* Updated March 12, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Requests to scripted REST APIs respect platform ACLs, and the requesting user must
meet any table ACL requirements to access instance data. Additionally, you can configure the
scripted REST API to require a specific ACL.

## Before you begin

Role required: web_service_admin

## About this task

The ACLs selected in this task apply to all API endpoints.

## Procedure

1. Navigate to AllSystem Web ServicesScripted REST APIs.
2. Select a scripted REST API.
3. In the Default ACLs field, select one or more ACLs that meet the security needs for the API. Select only those ACLs that have a Type of REST_Endpoint.  
   A requesting user must satisfy at least one of the selected ACLs. It is not necessary to satisfy all selected ACLs.
4. Click Update.
{#t_WbSvcRqACL__steps_psx_43w_5r}

## What to do next

You can override the API security settings for each individual API resource/endpoint. For details, see [Configure a scripted REST API resource to require an ACL](https://www.servicenow.com/docs/A1cmPARMRnXw5VgRDXs3hA "By default, API resources/endpoints inherit security settings from the parent API. Define custom Access Control Levels (ACLs) for a specific resource/endpoint to override the inherited settings.").
* **[Configure a scripted REST API resource to require an ACL](https://www.servicenow.com/docs/A1cmPARMRnXw5VgRDXs3hA)**   
  By default, API resources/endpoints inherit security settings from the parent API. Define custom Access Control Levels (ACLs) for a specific resource/endpoint to override the inherited settings.
* **[Add a path-based ACL for a scripted REST API](https://www.servicenow.com/docs/kGffx_iANeE5x0pZsJAuhg)**   
  Path-based Access Control Levels (ACLs) enable you to define access control rules for scripted REST API endpoints using their resource path. This can be done independently of the ACL references on the operation record. Path-based ACLs enable more flexible security configurations, especially for read-only APIs and guest user experiences.
* **[View path-based ACLs](https://www.servicenow.com/docs/32kr3lyttsPyZ7RkgjKc4Q)**   
  Path-based Access Control Levels (ACLs) enable you to define access control rules for scripted REST API endpoints using their resource path. This can be done independently of the ACL references on the operation record. Path-based ACLs enable more flexible security configurations, especially for read-only APIs and guest user experiences.

*[\>]: and then


