---
title: "List Workspace Invites"
method: GET
path: "/open/workspaces/{workspaceId}/invites"
tags: ["Workspace Users"]
---

# List Workspace Invites

`GET /open/workspaces/{workspaceId}/invites`

Requires workspace admin access. Personal Access Tokens must include `workspaces-write` and belong to a workspace admin. Lists pending & accepted invites.

## Path parameters

- `workspaceId` string, required

## Response `200`

Successful

- Invite[]
  - `id` number
  - `email` string, email
  - `role` 'admin' | 'user' | 'readonly'
  - `status` 'pending' | 'accepted'
  - `valid_until` string, date-time — Expiration timestamp for the invite

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.dev/opnform/apis/opnform-api.md) · [All operations](https://skmtc.dev/opnform/apis/opnform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opnform/opnform-api/revisions/271b61a0082b/schema)
