Skip to main content

Typed access

Admin.AccessControl operations are reached via client.Api.AccessControl on EksoClient.
await client.Api.AccessControl.ListAsync();
For the full set of methods and request/response types, your IDE’s auto-completion is the fastest discovery path. Each method below maps 1-to-1 to an HTTP route in the API Reference.

Operations

MethodRouteSummary
GET/api/access-controlLists 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-controlCreates a new access control area with default roles (View, Add, Manage, Change, Delete).
PUT/api/access-controlUpdates an existing access control rule.

See also