$getUserOwner

Returns the name of the creator of the current user.
Syntax
    $getUserOwner{}
DocumentationReturns the name of the creator of the current user:

    Returns:
      the name of the user who created the current user.
Examples
    &switchUser{guest}{guest}
      {
      $getUserOwner{}
      }

    Result:
    returns owner of user with the username "guest" and the password "guest":
    for example: admin
GroupSecurity
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_ADMINISTRATIVE
Minimum parameters0
Maximum parameters 0