> ## 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.

# CreateScimSyncJobResponse

## Example Usage

```typescript theme={null}
import { CreateScimSyncJobResponse } from "@openrouter/sdk/models/operations";

let value: CreateScimSyncJobResponse = {
  headers: {},
  result: {
    data: {
      createdAt: "1725694944762",
      deletedGroups: 745390,
      errorMessage: "<value>",
      finishedAt: "<value>",
      id: "a1f6dd8a-862a-4f5c-977a-632bf7c00058",
      startedAt: "<value>",
      status: "running",
      syncedGroups: 137456,
    },
  },
};
```

## Fields

| Field     | Type                                                                           | Required             | Description |
| --------- | ------------------------------------------------------------------------------ | -------------------- | ----------- |
| `headers` | Record\<string, *string*\[]>                                                   | :heavy\_check\_mark: | N/A         |
| `result`  | [models.CreateScimSyncJobResponse](../../models/createscimsyncjobresponse.mdx) | :heavy\_check\_mark: | N/A         |
