$getManipulateableUsers

Returns a list of names of all the users the current user is permitted to administrate.
Syntax
    $getManipulateableUsers{}
DocumentationReturns a list of names of all the users the current user is permitted to administrate:

    Returns:
      a '$\n' separeted list of names of all users the current user is permitted to administrate.
Examples
Example 1:
    $getManipulateableUsers{}

    Result 1:
    lists all existing manipulateable users:
    for example: Jack1, Jack, Tom, ...
Example 2:
    $forEach {i}
      {$getManipulateableUsers{}}
        {
        Deleting existing users : $get{i}
        $removeUser{$get{i}} ... Success.
        }

    Result 2:
    removes all manipulateable users:
    Deleting existing users : Jack1 ... Success.
    Deleting existing users : Tom ... Success.
GroupSecurity
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_ADMINISTRATIVE
Minimum parameters0
Maximum parameters 0