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

# ListScimGroupsResponse

## Example Usage

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

let value: ListScimGroupsResponse = {
  data: [
    {
      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",
    },
  ],
  totalCount: 39923,
};
```

## Fields

| Field        | Type                                           | Required             | Description |
| ------------ | ---------------------------------------------- | -------------------- | ----------- |
| `data`       | [models.ScimGroup](../models/scimgroup.mdx)\[] | :heavy\_check\_mark: | N/A         |
| `totalCount` | *number*                                       | :heavy\_check\_mark: | N/A         |
