Skip to main content
Infrastructure/Federation & SSO

GetSSOSCIMSyncDetail

Get the latest SCIM synchronization run detail for one associated platform, including per-resource success and failure counts.

GET/api/v1/sso/configurations/{id}/platforms/{platformUuid}/scim/sync-detail/latest

Operation ID

GetSSOSCIMSyncDetail

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • id
    StringRequired

    SSO configuration UUID.

  • platformUuid
    StringRequired

    UUID of the target platform.

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • uuid
    String

    SCIM sync run UUID.

    Example: sync-run-001

  • ssoConfigUuid
    String

    SSO configuration UUID.

    Example: sso-cfg-001

  • platformUuid
    String

    UUID of the target platform.

    Example: platform-abc123

  • platformName
    String

    Display name of the target platform.

    Example: cloud

  • syncType
    String

    Sync type. Initial redispatch full sync uses initial_full; manual resync uses manual_full.

    Example: manual_full

  • status
    String

    Sync run result: success, partial, or failed.

    Example: success

  • startedAt
    String

    Sync run start time.

    Example: 2026-01-15T08:00:00Z

  • endedAt
    String

    Sync run end time.

    Example: 2026-01-15T08:00:00Z

  • durationSeconds
    String

    Sync duration in seconds.

    Example: 2

  • errorMessage
    String

    Overall sync error message, if any.

    Example: dispatch ziam Users full sync event: request timeout

  • items
    List

    Per-resource sync result summary.

    Example: (nested array)

    • resourceType
      String

      SCIM resource type, such as Users, Groups, Organizations, Projects, Roles, or RoleBindings.

      Example: Users

    • displayName
      String

      Localized display name for the resource type.

      Example: 用户

    • successCount
      Integer

      Number of resources successfully submitted in this sync run.

      Example: 100

    • failedCount
      Integer

      Number of resources that failed in this sync run.

      Example: 2

    • failureReason
      String

      Failure reason for this resource type, if any.

      Example: downstream SCIM endpoint returned 400