Is there a way to tell which user has accepted BigFix Offer?

Apart from besclient log file …Is their a way to identify who has accpeted offer from enduser system ?

We want to keep track of I’d like who has accepted the offer and for other disaster purpose.

There is a SQLite ActionHistory.db that contains a bunch of stuff that might have what you are looking for, and if not this is definitely RFE worthy.

Another option would be to craft every offer to record the current user on the system if that is not already available in the ActionHistory.db

Another option would be to have a policy action that runs once a week that parses the BigFix client logs for accepted offers and records the details somewhere.