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

# Role

Role of the member in the organization

## Example Usage

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

let value: Role = "org:member";

// Open enum: unrecognized values are captured as Unrecognized<string>
```

## Values

```typescript theme={null}
"org:admin" | "org:member" | Unrecognized<string>
```
