users/list
List Linux user accounts with UID, GID, home directory, shell, and group memberships from /etc/passwd, avoiding credential data.
Instructions
Lists user accounts from /etc/passwd (uid, gid, home, shell, group memberships). Never reads /etc/shadow - this reports account identity, not credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_uid | No | Only include users with UID >= this value (e.g. 1000 to exclude system accounts) | |
| privileged | No | Set to true to run as root | |
| output_format | No | Desired output format (e.g. json, yaml, table, wide). Defaults to text |