hmc_modify_user
Modify an existing HMC user account by updating only the fields you specify, such as enable/disable status, password, task role, or description.
Instructions
Modify an existing HMC user account.
Only the fields you supply are changed. enable=True re-enables a disabled account; enable=False disables it. Use hmc_users(name=...) to confirm the current state before calling. Returns the updated user resource dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| enable | No | ||
| password | No | ||
| taskrole | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |