Notifications
Clear all
Topic starter
20/07/2026 5:26 pm
I'm trying to get a handle on how we manage our Salesforce spend. The guide mentions auditing user licenses to find unused seats, which is exactly what I need.
My main question is about the technical side of identifying "unused." Does this typically involve checking login reports, or are there specific API endpoints or webhook events (like `LoginEvent` or `UserActivityEvent`) that are best for building a custom audit tool? I want to understand what data points to pull for a reliable picture.
Still learning.