add_user
Create new user accounts in Ludus cyber range environments with configurable admin privileges and optional Proxmox integration for security testing and research management.
Instructions
Add a new user to the Ludus system.
Args: username: Username for the new user password: Password for the new user is_admin: Whether the user should have admin privileges proxmox_username: Optional Proxmox username for the user
Returns: Created user information
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | ||
| password | Yes | ||
| is_admin | No | ||
| proxmox_username | No |