This website is deprecated, and remains online only for historic access to old issues and docs for historic versions of Virtualmin. It has been unmaintained for several years, and should not be relied on for up-to-date information. Please visit www.virtualmin.com instead.
If I create a new user with CLI and option --random-pass, the created password is only sent with the creation email? Is there any way to return it to the console or via JSON/XML when using Remote API?
I believe you'd have to perform a query to get that information... you can use a command line this to get it:
virtualmin list-domains --domain example.com --multiline
Thanks!
Little correction: list-users does the job ;)