Typed access
Admin.User operations are reached via client.Api.User 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.User resource — methods and HTTP routes.
Admin.User operations are reached via client.Api.User on EksoClient.
await client.Api.User.ListAsync();
| Method | Route | Summary |
|---|---|---|
GET | /api/user | Lists all users for the current tenant. |
GET | /api/user/{id} | Retrieves a single user by their identifier (non-admins can only retrieve their own record). |
POST | /api/user | Creates a new user (super admin only). |
PUT | /api/user | Updates an existing user (non-admins can only update their own record). |
DELETE | /api/user/{id} | Deletes a user by their identifier (super admin only). |