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

# BulkAssignMembersResponse

## Example Usage

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

let value: BulkAssignMembersResponse = {
  assignedCount: 2,
};
```

## Fields

| Field           | Type     | Required             | Description                             | Example |
| --------------- | -------- | -------------------- | --------------------------------------- | ------- |
| `assignedCount` | *number* | :heavy\_check\_mark: | Number of members successfully assigned | 2       |
