---
title: "PATCH /api/organizationRole/updateMany"
method: PATCH
path: "/api/organizationRole/updateMany"
tags: ["organizationRole"]
---

# PATCH /api/organizationRole/updateMany

`PATCH /api/organizationRole/updateMany`

Update OrganizationRoles matching the given condition

## Request body

- OrganizationRoleUpdateManyArgs
  - `where` OrganizationRoleWhereInput
    - `AND` union
      - OrganizationRoleWhereInput — recursive
      - OrganizationRoleWhereInput[]
    - `OR` OrganizationRoleWhereInput[]
    - `NOT` union
      - OrganizationRoleWhereInput — recursive
      - OrganizationRoleWhereInput[]
    - `id` union
      - StringFilter
        - `equals` string
        - `in` string[]
        - `notIn` string[]
        - `lt` string
        - `lte` string
        - `gt` string
        - `gte` string
        - `contains` string
        - `startsWith` string
        - `endsWith` string
        - `mode` 'default' | 'insensitive'
        - `not` union
          - string
          - NestedStringFilter
            - `equals` string
            - `in` string[]
            - `notIn` string[]
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `name` union
      - StringFilter
        - `equals` string
        - `in` string[]
        - `notIn` string[]
        - `lt` string
        - `lte` string
        - `gt` string
        - `gte` string
        - `contains` string
        - `startsWith` string
        - `endsWith` string
        - `mode` 'default' | 'insensitive'
        - `not` union
          - string
          - NestedStringFilter
            - `equals` string
            - `in` string[]
            - `notIn` string[]
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `createdAt` union
      - DateTimeFilter
        - `equals` string, date-time
        - `in` string[]
        - `notIn` string[]
        - `lt` string, date-time
        - `lte` string, date-time
        - `gt` string, date-time
        - `gte` string, date-time
        - `not` union
          - string, date-time
          - NestedDateTimeFilter
            - `equals` string, date-time
            - `in` string[]
            - `notIn` string[]
            - `lt` string, date-time
            - `lte` string, date-time
            - `gt` string, date-time
            - `gte` string, date-time
            - `not` union
              - …
      - string, date-time
    - `updatedAt` union
      - DateTimeFilter
        - `equals` string, date-time
        - `in` string[]
        - `notIn` string[]
        - `lt` string, date-time
        - `lte` string, date-time
        - `gt` string, date-time
        - `gte` string, date-time
        - `not` union
          - string, date-time
          - NestedDateTimeFilter
            - `equals` string, date-time
            - `in` string[]
            - `notIn` string[]
            - `lt` string, date-time
            - `lte` string, date-time
            - `gt` string, date-time
            - `gte` string, date-time
            - `not` union
              - …
      - string, date-time
    - `userId` union
      - StringFilter
        - `equals` string
        - `in` string[]
        - `notIn` string[]
        - `lt` string
        - `lte` string
        - `gt` string
        - `gte` string
        - `contains` string
        - `startsWith` string
        - `endsWith` string
        - `mode` 'default' | 'insensitive'
        - `not` union
          - string
          - NestedStringFilter
            - `equals` string
            - `in` string[]
            - `notIn` string[]
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `organizationId` union
      - StringFilter
        - `equals` string
        - `in` string[]
        - `notIn` string[]
        - `lt` string
        - `lte` string
        - `gt` string
        - `gte` string
        - `contains` string
        - `startsWith` string
        - `endsWith` string
        - `mode` 'default' | 'insensitive'
        - `not` union
          - string
          - NestedStringFilter
            - `equals` string
            - `in` string[]
            - `notIn` string[]
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `not` union
              - …
      - string
    - `user` union
      - UserRelationFilter
        - `is` UserWhereInput
          - `AND` union
            - UserWhereInput — recursive
            - UserWhereInput[]
          - `OR` UserWhereInput[]
          - `NOT` union
            - UserWhereInput — recursive
            - UserWhereInput[]
          - `id` union
            - StringFilter
              - …
            - string
          - `name` union
            - StringNullableFilter
              - …
            - string
          - `email` union
            - StringNullableFilter
              - …
            - string
          - `pictureUrl` union
            - StringNullableFilter
              - …
            - string
          - `tokenInvitation` union
            - StringNullableFilter
              - …
            - string
          - `stripeCustomerId` union
            - StringNullableFilter
              - …
            - string
          - `status` union
            - EnumUserStatusFilter
              - …
            - 'INVITED' | 'VERIFIED'
          - `globalRole` union
            - StringFilter
              - …
            - string
          - `password` union
            - StringNullableFilter
              - …
            - string
          - `createdAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `updatedAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `organizationRoles` OrganizationRoleListRelationFilter
            - `every` OrganizationRoleWhereInput — recursive
            - `some` OrganizationRoleWhereInput — recursive
            - `none` OrganizationRoleWhereInput — recursive
          - `testsAsCreatedBy` TestListRelationFilter
            - `every` TestWhereInput
              - …
            - `some` TestWhereInput
              - …
            - `none` TestWhereInput
              - …
          - `testRunsAsExecutedBy` TestRunListRelationFilter
            - `every` TestRunWhereInput
              - …
            - `some` TestRunWhereInput
              - …
            - `none` TestRunWhereInput
              - …
          - `testShares` TestShareListRelationFilter
            - `every` TestShareWhereInput
              - …
            - `some` TestShareWhereInput
              - …
            - `none` TestShareWhereInput
              - …
        - `isNot` UserWhereInput
          - `AND` union
            - UserWhereInput — recursive
            - UserWhereInput[]
          - `OR` UserWhereInput[]
          - `NOT` union
            - UserWhereInput — recursive
            - UserWhereInput[]
          - `id` union
            - StringFilter
              - …
            - string
          - `name` union
            - StringNullableFilter
              - …
            - string
          - `email` union
            - StringNullableFilter
              - …
            - string
          - `pictureUrl` union
            - StringNullableFilter
              - …
            - string
          - `tokenInvitation` union
            - StringNullableFilter
              - …
            - string
          - `stripeCustomerId` union
            - StringNullableFilter
              - …
            - string
          - `status` union
            - EnumUserStatusFilter
              - …
            - 'INVITED' | 'VERIFIED'
          - `globalRole` union
            - StringFilter
              - …
            - string
          - `password` union
            - StringNullableFilter
              - …
            - string
          - `createdAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `updatedAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `organizationRoles` OrganizationRoleListRelationFilter
            - `every` OrganizationRoleWhereInput — recursive
            - `some` OrganizationRoleWhereInput — recursive
            - `none` OrganizationRoleWhereInput — recursive
          - `testsAsCreatedBy` TestListRelationFilter
            - `every` TestWhereInput
              - …
            - `some` TestWhereInput
              - …
            - `none` TestWhereInput
              - …
          - `testRunsAsExecutedBy` TestRunListRelationFilter
            - `every` TestRunWhereInput
              - …
            - `some` TestRunWhereInput
              - …
            - `none` TestRunWhereInput
              - …
          - `testShares` TestShareListRelationFilter
            - `every` TestShareWhereInput
              - …
            - `some` TestShareWhereInput
              - …
            - `none` TestShareWhereInput
              - …
      - UserWhereInput
        - `AND` union
          - UserWhereInput — recursive
          - UserWhereInput[]
        - `OR` UserWhereInput[]
        - `NOT` union
          - UserWhereInput — recursive
          - UserWhereInput[]
        - `id` union
          - StringFilter
            - `equals` string
            - `in` string[]
            - `notIn` string[]
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `name` union
          - StringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `email` union
          - StringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `pictureUrl` union
          - StringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `tokenInvitation` union
          - StringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `stripeCustomerId` union
          - StringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `status` union
          - EnumUserStatusFilter
            - `equals` 'INVITED' | 'VERIFIED'
            - `in` UserStatus[]
            - `notIn` UserStatus[]
            - `not` union
              - …
          - 'INVITED' | 'VERIFIED'
        - `globalRole` union
          - StringFilter
            - `equals` string
            - `in` string[]
            - `notIn` string[]
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `password` union
          - StringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `createdAt` union
          - DateTimeFilter
            - `equals` string, date-time
            - `in` string[]
            - `notIn` string[]
            - `lt` string, date-time
            - `lte` string, date-time
            - `gt` string, date-time
            - `gte` string, date-time
            - `not` union
              - …
          - string, date-time
        - `updatedAt` union
          - DateTimeFilter
            - `equals` string, date-time
            - `in` string[]
            - `notIn` string[]
            - `lt` string, date-time
            - `lte` string, date-time
            - `gt` string, date-time
            - `gte` string, date-time
            - `not` union
              - …
          - string, date-time
        - `organizationRoles` OrganizationRoleListRelationFilter
          - `every` OrganizationRoleWhereInput — recursive
          - `some` OrganizationRoleWhereInput — recursive
          - `none` OrganizationRoleWhereInput — recursive
        - `testsAsCreatedBy` TestListRelationFilter
          - `every` TestWhereInput
            - `AND` union
              - …
            - `OR` TestWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `url` union
              - …
            - `naturalLanguageInput` union
              - …
            - `status` union
              - …
            - `isActive` union
              - …
            - `projectId` union
              - …
            - `createdById` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `project` union
              - …
            - `createdBy` union
              - …
            - `testRuns` TestRunListRelationFilter
              - …
            - `testShares` TestShareListRelationFilter
              - …
          - `some` TestWhereInput
            - `AND` union
              - …
            - `OR` TestWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `url` union
              - …
            - `naturalLanguageInput` union
              - …
            - `status` union
              - …
            - `isActive` union
              - …
            - `projectId` union
              - …
            - `createdById` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `project` union
              - …
            - `createdBy` union
              - …
            - `testRuns` TestRunListRelationFilter
              - …
            - `testShares` TestShareListRelationFilter
              - …
          - `none` TestWhereInput
            - `AND` union
              - …
            - `OR` TestWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `url` union
              - …
            - `naturalLanguageInput` union
              - …
            - `status` union
              - …
            - `isActive` union
              - …
            - `projectId` union
              - …
            - `createdById` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `project` union
              - …
            - `createdBy` union
              - …
            - `testRuns` TestRunListRelationFilter
              - …
            - `testShares` TestShareListRelationFilter
              - …
        - `testRunsAsExecutedBy` TestRunListRelationFilter
          - `every` TestRunWhereInput
            - `AND` union
              - …
            - `OR` TestRunWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `status` union
              - …
            - `errorLog` union
              - …
            - `reportUrl` union
              - …
            - `testId` union
              - …
            - `executedById` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `test` union
              - …
            - `executedBy` union
              - …
            - `testSteps` TestStepListRelationFilter
              - …
          - `some` TestRunWhereInput
            - `AND` union
              - …
            - `OR` TestRunWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `status` union
              - …
            - `errorLog` union
              - …
            - `reportUrl` union
              - …
            - `testId` union
              - …
            - `executedById` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `test` union
              - …
            - `executedBy` union
              - …
            - `testSteps` TestStepListRelationFilter
              - …
          - `none` TestRunWhereInput
            - `AND` union
              - …
            - `OR` TestRunWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `status` union
              - …
            - `errorLog` union
              - …
            - `reportUrl` union
              - …
            - `testId` union
              - …
            - `executedById` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `test` union
              - …
            - `executedBy` union
              - …
            - `testSteps` TestStepListRelationFilter
              - …
        - `testShares` TestShareListRelationFilter
          - `every` TestShareWhereInput
            - `AND` union
              - …
            - `OR` TestShareWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `permission` union
              - …
            - `testId` union
              - …
            - `userId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `test` union
              - …
            - `user` union
              - …
          - `some` TestShareWhereInput
            - `AND` union
              - …
            - `OR` TestShareWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `permission` union
              - …
            - `testId` union
              - …
            - `userId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `test` union
              - …
            - `user` union
              - …
          - `none` TestShareWhereInput
            - `AND` union
              - …
            - `OR` TestShareWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `permission` union
              - …
            - `testId` union
              - …
            - `userId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `test` union
              - …
            - `user` union
              - …
    - `organization` union
      - OrganizationRelationFilter
        - `is` OrganizationWhereInput
          - `AND` union
            - OrganizationWhereInput — recursive
            - OrganizationWhereInput[]
          - `OR` OrganizationWhereInput[]
          - `NOT` union
            - OrganizationWhereInput — recursive
            - OrganizationWhereInput[]
          - `id` union
            - StringFilter
              - …
            - string
          - `name` union
            - StringFilter
              - …
            - string
          - `pictureUrl` union
            - StringNullableFilter
              - …
            - string
          - `stripeCustomerId` union
            - StringNullableFilter
              - …
            - string
          - `createdAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `updatedAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `roles` OrganizationRoleListRelationFilter
            - `every` OrganizationRoleWhereInput — recursive
            - `some` OrganizationRoleWhereInput — recursive
            - `none` OrganizationRoleWhereInput — recursive
          - `projects` ProjectListRelationFilter
            - `every` ProjectWhereInput
              - …
            - `some` ProjectWhereInput
              - …
            - `none` ProjectWhereInput
              - …
          - `agentCredentials` AgentListRelationFilter
            - `every` AgentWhereInput
              - …
            - `some` AgentWhereInput
              - …
            - `none` AgentWhereInput
              - …
          - `integration` IntegrationListRelationFilter
            - `every` IntegrationWhereInput
              - …
            - `some` IntegrationWhereInput
              - …
            - `none` IntegrationWhereInput
              - …
        - `isNot` OrganizationWhereInput
          - `AND` union
            - OrganizationWhereInput — recursive
            - OrganizationWhereInput[]
          - `OR` OrganizationWhereInput[]
          - `NOT` union
            - OrganizationWhereInput — recursive
            - OrganizationWhereInput[]
          - `id` union
            - StringFilter
              - …
            - string
          - `name` union
            - StringFilter
              - …
            - string
          - `pictureUrl` union
            - StringNullableFilter
              - …
            - string
          - `stripeCustomerId` union
            - StringNullableFilter
              - …
            - string
          - `createdAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `updatedAt` union
            - DateTimeFilter
              - …
            - string, date-time
          - `roles` OrganizationRoleListRelationFilter
            - `every` OrganizationRoleWhereInput — recursive
            - `some` OrganizationRoleWhereInput — recursive
            - `none` OrganizationRoleWhereInput — recursive
          - `projects` ProjectListRelationFilter
            - `every` ProjectWhereInput
              - …
            - `some` ProjectWhereInput
              - …
            - `none` ProjectWhereInput
              - …
          - `agentCredentials` AgentListRelationFilter
            - `every` AgentWhereInput
              - …
            - `some` AgentWhereInput
              - …
            - `none` AgentWhereInput
              - …
          - `integration` IntegrationListRelationFilter
            - `every` IntegrationWhereInput
              - …
            - `some` IntegrationWhereInput
              - …
            - `none` IntegrationWhereInput
              - …
      - OrganizationWhereInput
        - `AND` union
          - OrganizationWhereInput — recursive
          - OrganizationWhereInput[]
        - `OR` OrganizationWhereInput[]
        - `NOT` union
          - OrganizationWhereInput — recursive
          - OrganizationWhereInput[]
        - `id` union
          - StringFilter
            - `equals` string
            - `in` string[]
            - `notIn` string[]
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `name` union
          - StringFilter
            - `equals` string
            - `in` string[]
            - `notIn` string[]
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `pictureUrl` union
          - StringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `stripeCustomerId` union
          - StringNullableFilter
            - `equals` string, nullable
            - `in` string[], nullable
            - `notIn` string[], nullable
            - `lt` string
            - `lte` string
            - `gt` string
            - `gte` string
            - `contains` string
            - `startsWith` string
            - `endsWith` string
            - `mode` 'default' | 'insensitive'
            - `not` union
              - …
          - string
        - `createdAt` union
          - DateTimeFilter
            - `equals` string, date-time
            - `in` string[]
            - `notIn` string[]
            - `lt` string, date-time
            - `lte` string, date-time
            - `gt` string, date-time
            - `gte` string, date-time
            - `not` union
              - …
          - string, date-time
        - `updatedAt` union
          - DateTimeFilter
            - `equals` string, date-time
            - `in` string[]
            - `notIn` string[]
            - `lt` string, date-time
            - `lte` string, date-time
            - `gt` string, date-time
            - `gte` string, date-time
            - `not` union
              - …
          - string, date-time
        - `roles` OrganizationRoleListRelationFilter
          - `every` OrganizationRoleWhereInput — recursive
          - `some` OrganizationRoleWhereInput — recursive
          - `none` OrganizationRoleWhereInput — recursive
        - `projects` ProjectListRelationFilter
          - `every` ProjectWhereInput
            - `AND` union
              - …
            - `OR` ProjectWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `organizationId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `cookies` JsonNullableFilter
              - …
            - `session` JsonNullableFilter
              - …
            - `localStorage` JsonNullableFilter
              - …
            - `organization` union
              - …
            - `tests` TestListRelationFilter
              - …
          - `some` ProjectWhereInput
            - `AND` union
              - …
            - `OR` ProjectWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `organizationId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `cookies` JsonNullableFilter
              - …
            - `session` JsonNullableFilter
              - …
            - `localStorage` JsonNullableFilter
              - …
            - `organization` union
              - …
            - `tests` TestListRelationFilter
              - …
          - `none` ProjectWhereInput
            - `AND` union
              - …
            - `OR` ProjectWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `name` union
              - …
            - `description` union
              - …
            - `organizationId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `cookies` JsonNullableFilter
              - …
            - `session` JsonNullableFilter
              - …
            - `localStorage` JsonNullableFilter
              - …
            - `organization` union
              - …
            - `tests` TestListRelationFilter
              - …
        - `agentCredentials` AgentListRelationFilter
          - `every` AgentWhereInput
            - `AND` union
              - …
            - `OR` AgentWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `provider` union
              - …
            - `modelType` union
              - …
            - `numAgents` union
              - …
            - `isActive` union
              - …
            - `anthropicApiKey` union
              - …
            - `awsAccessKeyId` union
              - …
            - `awsSecretAccessKey` union
              - …
            - `awsSessionToken` union
              - …
            - `awsRegion` union
              - …
            - `apiEndpoint` union
              - …
            - `apiKey` union
              - …
            - `organizationId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `organization` union
              - …
          - `some` AgentWhereInput
            - `AND` union
              - …
            - `OR` AgentWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `provider` union
              - …
            - `modelType` union
              - …
            - `numAgents` union
              - …
            - `isActive` union
              - …
            - `anthropicApiKey` union
              - …
            - `awsAccessKeyId` union
              - …
            - `awsSecretAccessKey` union
              - …
            - `awsSessionToken` union
              - …
            - `awsRegion` union
              - …
            - `apiEndpoint` union
              - …
            - `apiKey` union
              - …
            - `organizationId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `organization` union
              - …
          - `none` AgentWhereInput
            - `AND` union
              - …
            - `OR` AgentWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `provider` union
              - …
            - `modelType` union
              - …
            - `numAgents` union
              - …
            - `isActive` union
              - …
            - `anthropicApiKey` union
              - …
            - `awsAccessKeyId` union
              - …
            - `awsSecretAccessKey` union
              - …
            - `awsSessionToken` union
              - …
            - `awsRegion` union
              - …
            - `apiEndpoint` union
              - …
            - `apiKey` union
              - …
            - `organizationId` union
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `organization` union
              - …
        - `integration` IntegrationListRelationFilter
          - `every` IntegrationWhereInput
            - `AND` union
              - …
            - `OR` IntegrationWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `type` union
              - …
            - `name` union
              - …
            - `config` JsonFilter
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `organizationId` union
              - …
            - `organization` union
              - …
          - `some` IntegrationWhereInput
            - `AND` union
              - …
            - `OR` IntegrationWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `type` union
              - …
            - `name` union
              - …
            - `config` JsonFilter
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `organizationId` union
              - …
            - `organization` union
              - …
          - `none` IntegrationWhereInput
            - `AND` union
              - …
            - `OR` IntegrationWhereInput[]
            - `NOT` union
              - …
            - `id` union
              - …
            - `type` union
              - …
            - `name` union
              - …
            - `config` JsonFilter
              - …
            - `createdAt` union
              - …
            - `updatedAt` union
              - …
            - `organizationId` union
              - …
            - `organization` union
              - …
  - `data` OrganizationRoleUpdateManyMutationInput, required
    - `id` union
      - string
      - StringFieldUpdateOperationsInput
        - `set` string
    - `name` union
      - string
      - StringFieldUpdateOperationsInput
        - `set` string
    - `createdAt` union
      - string, date-time
      - DateTimeFieldUpdateOperationsInput
        - `set` string, date-time
    - `updatedAt` union
      - string, date-time
      - DateTimeFieldUpdateOperationsInput
        - `set` string, date-time
  - `meta` Meta — Meta information about the request or response
    - `serialization` unknown

## Response `200`

Successful operation

- object
  - `data` BatchPayload, required
    - `count` integer
  - `meta` Meta — Meta information about the request or response
    - `serialization` unknown

## Other responses

- `400` — Invalid request
- `403` — Request is forbidden
- `422` — Request is unprocessable due to validation errors

---

[API](https://skmtc.dev/iris-networks/apis/my-awesome-api.md) · [All operations](https://skmtc.dev/iris-networks/apis/my-awesome-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iris-networks/my-awesome-api/revisions/4cea49731f1e/schema)
