---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/api-reference

 Release :

    - australia

ft:locale :

    - de-DE

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}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

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.

## Vorbereitungen

Role required: web_service_admin

## Warum und wann dieser Vorgang ausgeführt wird

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

## Prozedur

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}

## Nächste Maßnahme

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://servicenow-prod.fluidtopics.net/pxZLvPLqEkHlHtG5oo_Ybg "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://servicenow-prod.fluidtopics.net/pxZLvPLqEkHlHtG5oo_Ybg)**   
  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://servicenow-prod.fluidtopics.net/LZnzQEUIgFGEjR2qKfsh5w)**   
  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://servicenow-prod.fluidtopics.net/piFBvcT4a4lT_8w2RSk~3w)**   
  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.

