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

# ScimGroup

## Example Usage

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

let value: ScimGroup = {
  createdAt: "2025-08-24T10:30:00.000Z",
  displayName: "Engineering",
  externalId: "group-external-id",
  id: "550e8400-e29b-41d4-a716-446655440000",
  organizationId: "org_123456",
  updatedAt: "2025-08-24T10:30:00.000Z",
};
```

## Fields

| Field            | Type     | Required             | Description |
| ---------------- | -------- | -------------------- | ----------- |
| `createdAt`      | *string* | :heavy\_check\_mark: | N/A         |
| `displayName`    | *string* | :heavy\_check\_mark: | N/A         |
| `externalId`     | *string* | :heavy\_check\_mark: | N/A         |
| `id`             | *string* | :heavy\_check\_mark: | N/A         |
| `organizationId` | *string* | :heavy\_check\_mark: | N/A         |
| `updatedAt`      | *string* | :heavy\_check\_mark: | N/A         |
