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

# ScimGroupMapping

## Example Usage

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

let value: ScimGroupMapping = {
  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 |
| ---------------- | ----------------------------------------------------------------- | -------------------- | ----------- |
| `createdAt`      | *string*                                                          | :heavy\_check\_mark: | N/A         |
| `id`             | *string*                                                          | :heavy\_check\_mark: | N/A         |
| `organizationId` | *string*                                                          | :heavy\_check\_mark: | N/A         |
| `role`           | [models.ScimGroupMappingRole](../models/scimgroupmappingrole.mdx) | :heavy\_check\_mark: | N/A         |
| `scimGroupId`    | *string*                                                          | :heavy\_check\_mark: | N/A         |
| `updatedAt`      | *string*                                                          | :heavy\_check\_mark: | N/A         |
| `workspaceId`    | *string*                                                          | :heavy\_check\_mark: | N/A         |
