security-get-item-acl-by-path
Retrieve access control lists for Sitecore content items using their path to manage permissions and security settings.
Instructions
Gets the access control list (ACL) of a Sitecore item by its path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path of the item to get ACL for (e.g. /sitecore/content/Home) | |
| includeInherited | No | If set to true, includes inherited ACL entries | |
| includeSystem | No | If set to true, includes system ACL entries | |
| database | No | The database containing the item (defaults to the context database) |