GetMaintenanceUser
Use this command to return the ID of the user who currently has maintenance on for the system.
Syntax:
GETMAINTENANCEUSER()
You can use this command with the Set Variable command to retrieve the user ID and description to variables.
Example:
Set VARIABLE userIDmtce = GETMAINTENANCEUSER()
Set VARIABLE userDesc = [[USER, DESCRIPTION, $userIDmtce$]]