> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-5b6e02fd.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ListOrganizationMembersData - Python SDK

> ListOrganizationMembersData method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-sdk/issues).
</Warning>

## 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](/client-sdks/python/api-reference/operations/role) | :heavy\_check\_mark: | Role of the member in the organization | org:member                                          |
