1. Docs
  2. API Reference
  3. ScimActivityResponseDto

ScimActivityResponseDto

Example

JSON
{
  "id": "string",
  "action": "string",
  "actor_type": "scim",
  "actor_label": "string",
  "resource_type": "string",
  "resource_label": "string",
  "outcome": "success",
  "detail": "string",
  "created_at": "2026-04-20T12:00:00.000Z"
}

Properties

9 properties 5 required

id string Required
action string Required

Audit action, e.g. `scim.user.deprovisioned`.

actor_type enum Required

`scim` for IdP-driven sync, `user` for admin mapping changes.

Enumscimuser
actor_label string Optional

Token name (IdP sync) or admin email (mapping change).

nullable
resource_type string Optional
nullable
resource_label string Optional

The affected user email or group name.

nullable
outcome enum Required
Enumsuccessfailuredenied
detail string Optional

Why a sync failed (present on `failure` rows).

nullable
created_at string Required
format: date-time
Was this page helpful?

Tell us how we can improve this guide.