---
title: "Get all the user invites"
method: GET
path: "/invites"
tags: ["Invites"]
---

# Get all the user invites

`GET /invites`

## Query parameters

- `status` 'pending' | 'rejected' | 'accepted', required

## Response `200`

List of invites by query params

- InvitesResponse
  - `count` integer
  - `invites` Invite[]
    - `id` string
    - `organizationId` string, required
    - `organizationName` string, required
    - `status` 'pending' | 'rejected' | 'accepted', required
    - `email` string, email
    - `alias` string
    - `walletPublicKey` string
    - `role` 'owner' | 'admin' | 'developer' | 'viewer'
    - `createdByEmail` string, email — Email of the user that created the invitation

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.net/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/revisions/aac826315d90/schema)
