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

# ListOrganizationMembersData

## Fields

| Field        | Type                                      | Required             | Description                            | Example                                             |
| ------------ | ----------------------------------------- | -------------------- | -------------------------------------- | --------------------------------------------------- |
| `email`      | *str*                                     | :heavy\_check\_mark: | Email address of the member            | [jane.doe@example.com](mailto:jane.doe@example.com) |
| `first_name` | *Nullable\[str]*                          | :heavy\_check\_mark: | First name of the member               | Jane                                                |
| `id`         | *str*                                     | :heavy\_check\_mark: | User ID of the organization member     | user\_2dHFtVWx2n56w6HkM0000000000                   |
| `last_name`  | *Nullable\[str]*                          | :heavy\_check\_mark: | Last name of the member                | Doe                                                 |
| `role`       | [operations.Role](../operations/role.mdx) | :heavy\_check\_mark: | Role of the member in the organization | org:member                                          |
