pve_user_update
Update a Proxmox user's properties, enable or disable login, change groups to re-scope access. Dry-run by default; use confirm to apply changes.
Instructions
MUTATION: update a user (enable=False stops login; group changes re-scope access). Dry-run by default. confirm=True to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| append | 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 |