> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ScimSyncJob

## Fields

| Field           | Type                                                                          | Required             | Description                                                            |
| --------------- | ----------------------------------------------------------------------------- | -------------------- | ---------------------------------------------------------------------- |
| `CreatedAt`     | `string`                                                                      | :heavy\_check\_mark: | Time when the sync job was created.                                    |
| `DeletedGroups` | `*int64`                                                                      | :heavy\_check\_mark: | Number of groups deleted, when the job completed successfully.         |
| `ErrorMessage`  | `*string`                                                                     | :heavy\_check\_mark: | Stable error message when the job failed.                              |
| `FinishedAt`    | `*string`                                                                     | :heavy\_check\_mark: | Time when synchronization finished.                                    |
| `ID`            | `string`                                                                      | :heavy\_check\_mark: | Unique identifier for the sync job.                                    |
| `StartedAt`     | `*string`                                                                     | :heavy\_check\_mark: | Time when synchronization started.                                     |
| `Status`        | [components.ScimSyncJobStatus](../../models/components/scimsyncjobstatus.mdx) | :heavy\_check\_mark: | Current status of the sync job: queued, running, succeeded, or failed. |
| `SyncedGroups`  | `*int64`                                                                      | :heavy\_check\_mark: | Number of groups synchronized, when the job completed successfully.    |
