Syntax
list remoteuserlist ( string hostname )
Description
remoteuserlist returns the full list of user names on the remote host.
The remote host must be configured to run either pmmasterd or pmclientd to respond to this function.
Example
#print the user list on the runhost print(remoteuserlist(runhost))