---
title: "GET /v1/user-invitations"
method: GET
path: "/v1/user-invitations"
tags: ["user-invitations"]
---

# GET /v1/user-invitations

`GET /v1/user-invitations`

## Query parameters

- `limit` number
- `cursor` string
- `type` union, required
  - 'PLATFORM'
  - 'PROJECT'
- `projectId` string, nullable
- `status` union
  - 'PENDING'
  - 'ACCEPTED'

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, required
    - `created` string, required
    - `updated` string, required
    - `email` string, required
    - `status` union, required
      - 'PENDING'
      - 'ACCEPTED'
    - `type` union, required
      - 'PLATFORM'
      - 'PROJECT'
    - `platformId` string, required
    - `platformRole` 'ADMIN' | 'MEMBER', nullable
    - `projectId` string, nullable
    - `projectRoleId` string, nullable
    - `projectRole` object, nullable
      - `id` string, required
      - `created` string, required
      - `updated` string, required
      - `name` string, required
      - `permissions` string[], required
      - `platformId` string
      - `type` string, required
      - `userCount` number
  - `next` string, nullable — Cursor to the next page
  - `previous` string, nullable — Cursor to the previous page

## Changes

- **2024-12-31** `3c05b427e5b5` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2024-09-13** `225ff954244e` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2024-09-03** `b95c8c8e8262` — 1 info
  - added the new optional `query` request parameter `projectId`
- **2024-06-11** `a1d1c2fbc615` — 1 info
  - endpoint added
- **2023-12-03** `7b0cc60eed56` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/activeboxes/apis/activeboxes-documentation/changes/v1/user-invitations/get.md)

---

[API](https://skmtc.dev/activeboxes/apis/activeboxes-documentation.md) · [All operations](https://skmtc.dev/activeboxes/apis/activeboxes-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/activeboxes/activeboxes-documentation/revisions/12c564515962/schema)
