hmc_create_user
Create a new HMC local user account by specifying username, task role, and password. Optionally set description and password expiration days to control access.
Instructions
Create a new HMC local user account.
name is the login username. taskrole controls what the user can do (e.g. 'hmcoperator', 'hmcviewer', 'hmcsuperadmin'). password is the initial password. description is optional. pwage is the password expiration in days (0 = never expires). This creates a real account — confirm the taskrole before calling. Returns the created user resource dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| pwage | No | ||
| password | Yes | ||
| taskrole | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |