list_acls
List ServiceNow Access Control rules to identify permissions for read, write, create, delete, or execute operations. Filter by table, active status, or operation to audit who can access records.
Instructions
List Access Control rules (ACLs) — who can read/write/create/delete records (requires SCRIPTING_ENABLED=true)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 25) | |
| table | No | Filter ACLs by table name | |
| active | No | Filter to active ACLs only | |
| operation | No | Filter by operation: read, write, create, delete, execute |