Typed access
Admin.User operations are reached via client.Api.User on EksoClient.
Operations
| 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). |