Mixpanel Capabilities
Last updated: October 8, 2024
After this article...
You'll understand the capabilities our Mixpanel integration provides, and how Lumos interacts with the Mixpanel API.
View users
The mapping between Mixpanel user statuses and Lumos user account statuses is below.
Mixpanel User Status | Lumos Account Status |
active | Active |
inactive | Suspended |
deleted (Mixpanel no longer returns a user) | Deprovisioned |
Mixpanel API endpoint: GET https://mixpanel.com/api/app/scim/v2/Users
Deprovision a user
AppStore | Offboarding | Access Reviews | License Management |
N/A | ✅ | ✅ | ✅ |
In Lumos, deprovisioning a Mixpanel user marks their Account Status as "Deprovisioned".
In Mixpanel, this action permanently deletes the user and their data from Mixpanel.
This action reclaims a license in Mixpanel.
Mixpanel API endpoint: DELETE https://mixpanel.com/api/app/scim/v2/Users/{USER_ID}