Typed access
Admin.AccessControl operations are reached via client.Api.AccessControl on EksoClient.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Typed SDK access to the Admin.AccessControl resource — methods and HTTP routes.
Admin.AccessControl operations are reached via client.Api.AccessControl on EksoClient.
await client.Api.AccessControl.ListAsync();
| Method | Route | Summary |
|---|---|---|
GET | /api/access-control | Lists all access control rules for the current tenant. |
GET | /api/access-control/{id} | Retrieves a single access control rule by its identifier. |
POST | /api/access-control | Creates a new access control area with default roles (View, Add, Manage, Change, Delete). |
PUT | /api/access-control | Updates an existing access control rule. |