Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { ListOrganizationMembersData } from "@openrouter/sdk/models/operations";

let value: ListOrganizationMembersData = {
  email: "jane.doe@example.com",
  firstName: "Jane",
  id: "user_2dHFtVWx2n56w6HkM0000000000",
  lastName: "Doe",
  role: "org:member",
};

Fields

FieldTypeRequiredDescriptionExample
emailstring:heavy_check_mark:Email address of the memberjane.doe@example.com
firstNamestring:heavy_check_mark:First name of the memberJane
idstring:heavy_check_mark:User ID of the organization memberuser_2dHFtVWx2n56w6HkM0000000000
lastNamestring:heavy_check_mark:Last name of the memberDoe
roleoperations.Role:heavy_check_mark:Role of the member in the organizationorg:member