Removing inactive Web Reports users

We have a scheduled action that remove BigFix operators if they haven’t signed in for 90 days. Is there any way to accomplish the same for Web Reports? The Web Reports API seems to only be focused on generating the reports themselves.

It looks like we can query the database for LastLoginTime, but should we be removing users through the database as well?

Based on experience, deleting Users in Webreports might cause issues looking at saved reports and scheduled reports / alters.

We’d like to make sure users aren’t able to see information in BigFix if their role no longer requires it. If their own reports/schedules break, that would be fine.

Are you saying deleting users can cause issues for other users’ content?

In my experience, deleting a user would just cause issues on his own content.
As we use some shared content, means one user creates a report and other users or customers work or need such reports, we had issues with lost content in the past.

1 Like