---
title: "Fetches all the Invites the belong to the organization"
method: GET
path: "/organizations/{organizationId}/invites"
tags: ["Invites"]
---

# Fetches all the Invites the belong to the organization

`GET /organizations/{organizationId}/invites`

## Path parameters

- `organizationId` string, required

## Response `200`

Successful response

- 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

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `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)
