Enhanced SCIM API User Management
We're enhancing our SCIM API to give you complete control over user tracking states without forcing data deletion. Now you can untrack users while preserving their data for compliance purposes, re-track users as needed, and query tracking status independently from active status.
New capabilities
- Granular tracking control: Set users to untracked status without deleting their historical data, perfect for compliance scenarios or temporary role changes.
- Flexible re-tracking: Easily move users back to tracked status when their roles change or data collection needs to resume.
- Independent status queries: Query active status and tracking status separately, giving you clearer visibility into your user management state.
How it works
The enhanced API maintains backward compatibility while adding new functionality. Here's how different actions will impact your users:
Action | Data Impact | Do Not Track Impact |
---|---|---|
Deprovision | Delete | Untracked |
Reprovision | Remove from Delete queue | Track |
Untrack | None | Untrack |
Track | None | Track |
Supported platforms
- Entra ID - Full integration with Microsoft's identity platform
- Okta - Native support for Okta's user lifecycle management
- Direct API - Complete programmatic control via our REST API
For more information, please visit our developer documentation for supporting Do Not Track via SCIM API.