Overview
Tenant users.Verbs
| Verb | Description |
|---|---|
list | List all users. |
get | Fetch a single user by id. |
create | Create a user (body via —data; for bulk import / migration). |
update | Update a user (id positional, body via —data). |
delete | Delete a user (super admin only). |
Detailed help
Runekso directly to see flags and arguments — --help reflects the binary you have installed.
See also
- CLI overview
- Authentication
- Configuration
- API Reference — the underlying HTTP routes.