Can you work with the SolarWinds Software Developer's Kit and SWQL? This is a canned query from there:
SELECT ID, UserName, ModuleName, Type, Action, Details, DateTime, ApprovedBy, RequestID, RequestLink
FROM Cirrus.Audit
Click on the UserName header it will sort.
It's not exactly what you need, since it gets you all users instead of just one.
I rather like this one from the SDK:
SELECT AccountID, Enabled, AllowNodeManagement, AllowAdmin, CanClearEvents, AllowReportManagement, AllowAlertManagement, AllowCustomize, AllowUnmanage, AllowDisableAction, AllowDisableAlert, AllowDisableAllActions, AlertSound, MenuName, HomePageViewID, DefaultNetObjectID, DisableSessionTimeout, ReportFolder, AlertCategory, Expires, LastLogin, LimitationID1, LimitationID2, LimitationID3, AccountSID, AccountType, AllowViewCopCheck, DisplayName, Description, InstanceType, Uri
FROM Orion.Accounts
Swift Packets!
Rick S.