pbs_user_create
Create a new Proxmox Backup Server user with dry-run preview. Execute only when confirmed; password is automatically redacted from plans and logs.
Instructions
MUTATION (MEDIUM): create a PBS user. Dry-run by default.
PASSWORD REDACTION: password is OPTIONAL and, when supplied, a real credential — it is
UNCONDITIONALLY redacted from the plan, detail, and audit ledger (only
{"password": "[redacted]"} is recorded; omitted entirely when no password was given).
confirm=True executes and returns a dict; synchronous, no UPID. Use pbs_user_update to change it afterward, or pbs_user_delete to remove it. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Optional email address. | ||
| enable | No | Whether the account can log in; None defers to PBS's default (enabled). | |
| expire | No | Optional account expiry as a Unix timestamp; None/0 means no expiry. | |
| userid | Yes | New PBS user id, format 'user@realm'. | |
| comment | No | Optional free-text comment. | |
| confirm | No | False (default) returns a dry-run PLAN preview; True executes the mutation. | |
| lastname | No | Optional last name. | |
| password | No | Optional initial password (min 8 chars per PBS); redacted from all plans/logs/ledger. Can also be set later via a separate password-change flow. | |
| firstname | No | Optional first name. | |
| 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 |