Documentation Index
Fetch the complete documentation index at: https://help.skillsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The SCIM Event Log is an audit trail for every SCIM event that SkillsDB processes. Each row represents one action triggered by your identity provider, the SCIM background sync, or an administrator. Use the event log to:- Verify that a specific user or group change was processed
- Diagnose why a user is missing, deactivated, or has the wrong permission level
- Track permission changes and manager reassignments over time
- Export a filtered audit trail for compliance reporting
Prerequisites
Before using the event log, make sure you have:- Permission level: SkillsDB administrator
- Setup requirement: An active SCIM connection (see SCIM Setup)
- Access requirement: Settings > SSO & SCIM > Configure SSO and SCIM settings, then select Event Log
How to open the event log
Open the SSO & SCIM settings
- Export downloads the currently filtered events as an Excel file (
scim_event_log_YYYY-MM-DD.xlsx) - Refresh refetches the event list
What each column shows
| Column | What it shows |
|---|---|
| Event | Human-readable description of what happened. For updates, shows the old and new values. |
| Type | The event type — one of ten categories listed in the next section. Shown as a colored badge. |
| Person | The user the event affected. Empty for group-only events like Group Created. |
| Group | The SCIM group the event relates to. Empty for events that do not involve a group. |
| Source | Where the event came from: Webhook, Cron Sync, or Manual. |
| When | Event timestamp in MMM d, HH:mm format. Hover to see the full date, day of week, and seconds. |
Event types
The event log has ten event types, each representing a specific action. The Event Type filter in the toolbar lets you filter by one or more types simultaneously.| Event type | What it means |
|---|---|
| Provisioned | A new user was created in SkillsDB from a SCIM event. |
| Updated | An existing SCIM-provisioned user had their attributes, manager, or group membership updated. |
| Deprovisioned | A user was deactivated because they were removed from SCIM, disabled in the IdP, or had all groups removed. |
| Group Created | A new SCIM group was registered in SkillsDB (either default, auto-created from an IdP event, or admin-created). |
| Group Updated | An existing SCIM group was modified (permission level, description, or automations). |
| Group Deleted | A custom SCIM group was deleted or deactivated. (Default groups cannot be deleted — see SCIM Groups and Permissions.) |
| Member Added | A user was added to a SCIM group. |
| Member Removed | A user was removed from a SCIM group. |
| Career Assigned | A career automation ran and assigned a career to a user. See SCIM Career Automations. |
| Permission | A user’s effective SkillsDB permission level changed (for example, Basic → Admin). |
Event sources
The Source column shows where the event originated:- Webhook — The event came from your identity provider through Stytch. This is the most common source for real-time provisioning activity.
- Cron Sync — The event came from SkillsDB’s scheduled background sync. This sync retries manager assignments that failed during the initial provisioning and periodically reconciles group memberships.
- Manual — The event was triggered by a SkillsDB administrator action, such as creating or editing a custom SCIM group.
How to filter events
The toolbar above the event table supports four filter types. Filters can be combined.| Filter | Options |
|---|---|
| Event Type | Multi-select from the ten event types listed above. |
| Source | Select one of Webhook, Cron Sync, or Manual. |
| Group | Select a specific SCIM group. Populated dynamically from groups that appear in the log. |
| Date | Preset range: Today, Yesterday, Last 7 days, Last 30 days, or This month. |
How to diagnose a provisioning problem
The event log is the fastest way to find out why a user is missing or has the wrong state. Use these patterns as starting points:Problem: A user who should be in SkillsDB is missing
Filter by Event Type: Provisioned
Look for the user
Check your identity provider
Problem: A user has the wrong permission level
Filter by Event Type: Permission and the user
Check group memberships
Review custom group configuration
Problem: A career automation did not run
Filter by Event Type: Career Assigned and the user
Check the automation scope
Common Questions
How long are events kept in the log?
How long are events kept in the log?
Why don't I see events for users who signed in but weren't provisioned via SCIM?
Why don't I see events for users who signed in but weren't provisioned via SCIM?
Can I see events from before SCIM was enabled?
Can I see events from before SCIM was enabled?
What does a Cron Sync event mean?
What does a Cron Sync event mean?
Can non-admins see the event log?
Can non-admins see the event log?