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

# GetScimGroupMappingResponse

## Example Usage

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

let value: GetScimGroupMappingResponse = {
  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",
  },
};
```

## Fields

| Field  | Type                                                      | Required             | Description | Example                                                                                                                                                                                                                                                                                                                                                  |
| ------ | --------------------------------------------------------- | -------------------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `data` | [models.ScimGroupMapping](../models/scimgroupmapping.mdx) | :heavy\_check\_mark: | N/A         | \{<br />"created\_at": "2025-08-24T10:30:00.000Z",<br />"id": "770e8400-e29b-41d4-a716-446655440000",<br />"organization\_id": "org\_123456",<br />"role": "member",<br />"scim\_group\_id": "550e8400-e29b-41d4-a716-446655440000",<br />"updated\_at": "2025-08-24T10:30:00.000Z",<br />"workspace\_id": "660e8400-e29b-41d4-a716-446655440000"<br />} |
