pve_user_create
Add a new user to a Proxmox VE system. Runs in dry-run mode by default; pass confirm=true to save the user.
Instructions
MUTATION: create a user. Dry-run by default (note: password is set separately — the user cannot log in until then). confirm=True to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| enable | No | ||
| expire | No | ||
| groups | No | ||
| userid | Yes | ||
| comment | No | ||
| confirm | No | ||
| lastname | No | ||
| firstname | No | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |