---
title: "GET /org-users"
method: GET
path: "/org-users"
tags: ["users"]
---

# GET /org-users

`GET /org-users`

## Response `200`

- UserOrganizationAssociation[]
  - `membership` OrganizationMembership, required
    - `organizationId` string, required
    - `restrictions` OrganizationMembershipRestrictions
      - `clusterIds` IDFilterValue
        - `exclude` string[]
        - `include` string[]
      - `environmentIds` IDFilterValue
        - `exclude` string[]
        - `include` string[]
      - `namespaceIds` IDFilterValue
        - `exclude` string[]
        - `include` string[]
      - `serviceIds` IDFilterValue
        - `exclude` string[]
        - `include` string[]
    - `role` 'ADMIN' | 'VIEWER', required
  - `org` Organization, required
    - `created` string, date-time, required
    - `id` string, required
    - `imageURL` string
    - `name` string, required
    - `settings` OrganizationSettings, required
      - `autoApproveMoreRestrictiveIntentsByEnv` AutoApproveMoreRestrictiveIntentsByEnv[], required
        - `enabled` boolean, required
        - `environmentId` string, required
      - `defaultIntentsApprovalActionByEnv` DefaultIntentsApprovalActionByEnv[], required
        - `action` 'AUTO_APPROVE' | 'AUTO_DENY' | 'REQUIRE_APPROVAL', required
        - `environmentId` string, required
      - `defaultInviteMembership` OrganizationMembership, required
        - `organizationId` string, required
        - `restrictions` OrganizationMembershipRestrictions
          - `clusterIds` IDFilterValue
            - `exclude` string[]
            - `include` string[]
          - `environmentIds` IDFilterValue
            - `exclude` string[]
            - `include` string[]
          - `namespaceIds` IDFilterValue
            - `exclude` string[]
            - `include` string[]
          - `serviceIds` IDFilterValue
            - `exclude` string[]
            - `include` string[]
        - `role` 'ADMIN' | 'VIEWER', required
      - `domains` string[]
      - `domainsDefaultRole` 'ADMIN' | 'VIEWER', required
      - `enforcedRegulations` string[]
      - `ignoreInternetIntents` boolean
      - `ignoredCloudDomains` string[]
    - `uniqueName` string, required
  - `user` object, required
    - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `408` — Request Timeout
- `409` — Conflict
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `default`

## Changes

> 33 revisions in range; 1 could not be searched.

- **2025-04-21** `92725889488b` — 5 info
  - added the optional property `items/org/imageURL` to the response with the `200` status
  - added the required property `items/org/created` to the response with the `200` status
  - added the required property `items/org/name` to the response with the `200` status
  - added the required property `items/org/settings` to the response with the `200` status
  - …1 more
- **2025-04-16** `6b4369907cb8` — 1 info
  - endpoint added
- **2023-01-25** `059555a56f3f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/otterize/apis/otterize-api-server/changes/org-users/get.md)

---

[API](https://skmtc.dev/otterize/apis/otterize-api-server.md) · [All operations](https://skmtc.dev/otterize/apis/otterize-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/otterize/otterize-api-server/revisions/ec9167824493/schema)
