In your WCF service, fetch the current username (as shown in the link), and store it to a dbase table or file. Dbase table is the easiest to enable reporting afterwards. For example you can log this info : username, timestamp (DateTime.Now), service method
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM