hmc_users
List HMC user accounts, filter by local or Kerberos type, or retrieve a single user by username. Get user details including UUID and resource info.
Instructions
List HMC user accounts or get one by username.
When name is provided, returns a single resource dict for that user, or None if not found. user_type is ignored when name is supplied.
When name is omitted, returns a list of all user accounts filtered by user_type: 'local' (local HMC accounts), 'kerberos' (Kerberos/LDAP-backed accounts), or 'all' (default). Returns one dict per user: {UUID, title, link, ResourceType, Resource} where Resource holds the flattened HmcUser fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| user_type | No | all |