user_create
Create a new FastPanel system user with specified username, password, role, and disk quota. Use dry_run to preview and confirm to execute.
Instructions
Create a new FastPanel system user (site owner). This is a WRITE operation — set dry_run:true to preview, confirm:true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quota | No | Disk quota in KB, 0 = unlimited | |
| roles | No | ROLE_USER = owns own sites; ROLE_RESELLER = can manage sub-users | ROLE_USER |
| confirm | No | Must be true to execute. Safety guard. | |
| dry_run | No | If true, show the payload that would be sent without executing. | |
| password | Yes | User password (min 8 chars) | |
| username | Yes | Unix-safe username, e.g. 'mycompany' |