> ## Documentation Index
> Fetch the complete documentation index at: https://ekso.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Access Control

> MCP tools for viewing access control rules and permissions.

## get\_access\_control\_list

Get all access control rules for this tenant, ordered by area then role.

| Property      |     |
| ------------- | --- |
| **Read-only** | Yes |

### Parameters

None.

### Returns

A list of `ConfigAccessControl` objects. Each rule maps an area + role to user groups:

* `id` — rule identifier
* `area` — the security area (e.g. Container, Board)
* `role` — the permission role (e.g. View, Add, Manage, Change, Delete)
* `userGroup` — list of user group IDs granted this role
