proxmox_user
Create, update, list, get, or delete Proxmox users. Set password, email, groups, and account settings like expiration and enable status.
Instructions
Manage Proxmox users (list, get, create, update, delete)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userid | No | User ID with realm (e.g., root@pam) | |
| password | No | User password | |
| comment | No | User comment | |
| No | Email address | ||
| firstname | No | First name | |
| lastname | No | Last name | |
| groups | No | Comma-separated group IDs | |
| expire | No | Account expiration (epoch seconds) | |
| enable | No | Enable user account | |
| append | No | Append groups instead of replacing | |
| delete | No | List of settings to delete | |
| digest | No | Config digest | |
| action | Yes |