security-get-item-acl-by-id
Retrieve the access control list (ACL) for a specific Sitecore item using its ID to view and manage user permissions and security settings.
Instructions
Gets the access control list (ACL) of a Sitecore item by its ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the item to get ACL for | |
| 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) |