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

# ListScimGroupMappingsResponse

## Example Usage

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

let value: ListScimGroupMappingsResponse = {
  data: [
    {
      createdAt: "2025-08-24T10:30:00.000Z",
      id: "770e8400-e29b-41d4-a716-446655440000",
      organizationId: "org_123456",
      role: "member",
      scimGroupId: "550e8400-e29b-41d4-a716-446655440000",
      updatedAt: "2025-08-24T10:30:00.000Z",
      workspaceId: "660e8400-e29b-41d4-a716-446655440000",
    },
  ],
  totalCount: 318254,
};
```

## Fields

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