---
title: "List an org's pending invites (owner/admin)"
method: GET
path: "/v1/orgs/{orgId}/invites"
tags: ["Organizations"]
---

# List an org's pending invites (owner/admin)

`GET /v1/orgs/{orgId}/invites`

## Path parameters

- `orgId` string, required

## Response `200`

Pending invites

- Invite[]
  - `email` string, required
  - `expiresAt` string — RFC3339; the invite cannot be accepted after this time. Re-invite to refresh.
  - `invitedAt` string, required
  - `invitedBy` string
  - `role` string, required

## Other responses

- `401` — Missing or invalid API key
- `403` — API key lacks the required scope

---

[API](https://skmtc.net/openrelay/apis/openrelay-api.md) · [All operations](https://skmtc.net/openrelay/apis/openrelay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrelay/openrelay-api/versions/4c42fd61ed41/schema)
