Get-PSUJob should return which user invoked the given job

Product: PowerShell Universal
Version: 3

Get-PSUJob -id $ID

[
    {
        "Id": 1613,
        "CreatedTime": "2023-12-01T10:52:27.48-06:00",
        "StartTime": "2023-12-01T10:52:27.48-06:00",
        "EndTime": "2023-12-01T10:52:34.763-06:00",
        "Status": 2,
        "Output": null,
        "Script": null,
        "IsScriptDeleted": false,
        "ScriptFullPath": "path\\script.ps1",
        "ScriptCommitId": null,
        "AppToken": null,
        "Identity": {
            "Id": 1,
            "Name": null,
            "Source": 0,
            "Role": null,
            "RoleName": null,
            "Roles": null,
            "CredentialVault": null,
            "Password": null,
            "LocalAccount": false,
            "OldPassword": null
        },
        "ParentJob": null,
        "ParentLineNumber": 0,
        "Debug": false,
        "ComputerName": "removed",
        "Port": 59851,
        "ProcessId": 12408,
        "MemoryBytes": 123211776,
        "RunspaceId": 0,
        "Activity": null,
        "CurrentOperation": null,
        "PercentComplete": 0,
        "SecondsRemaining": 0,
        "StatusDescription": null,
        "Environment": "pwsh",
        "Agent": null,
        "Computer": null,
        "ErrorAction": 2,
        "Children": null,
        "JobOutput": null,
        "Parameters": null,
        "Notes": null,
        "Credential": "redactad",
        "ScheduleId": 0,
        "Triggered": false,
        "Trigger": null,
        "AccessToken": null,
        "IdToken": null,
        "RetryCount": 0,
        "Tags": null,
        "Schedule": null,
        "Archived": false,
        "Batch": false,
        "RunId": null,
        "JobFeedbacks": null,
        "Notifications": null,
        "JobPipelineOutputs": null
    }
]

Posted feature request Get-PSUJob should return which user invoked the given job · Issue #2945 · ironmansoftware/issues · GitHub