---
title: "List user invites"
method: GET
path: "/invites"
tags: ["invites"]
---

# List user invites

`GET /invites`

List user invites

## Query parameters

- `email` string, email
- `status` 'PENDING' | 'ACCEPTED'

## Response `200`

List user invites

- Invite[]
  - `acceptedAt` string, date-time
  - `created` string, date-time, required
  - `email` string, required
  - `id` string, required
  - `inviter` object, required
    - `id` string, required
  - `organization` object, required
    - `id` string, required
  - `organizationMembership` 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
  - `status` 'PENDING' | 'ACCEPTED', 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-16** `6b4369907cb8` — 2 info
  - added the non-success response with the status `408`
  - added the required property `items/organizationMembership` to the response with the `200` status
- **2023-02-08** `76634bc9add8` — 1 breaking, 1 info
  - for the `query` request parameter `email`, the type/format was changed from `string`/`` to `string`/`email`
  - added the non-success response with the status `422`
- **2023-01-31** `e24061547d5d` — 1 info
  - added the non-success response with the status `401`
- **2023-01-25** `059555a56f3f` — 1 breaking, 4 info
  - removed the required property `items/organizationMembership` from the response with the `200` status
  - for the `query` request parameter `email`, the type/format was generalized from `string`/`email` to `string`/``
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `408`
  - …1 more

[Change history](https://skmtc.dev/otterize/apis/otterize-api-server/changes/invites/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)
