---
title: "ListOrganizationInvites lists all the org invites"
method: GET
path: "/v1/orgs/{org}/invites"
---

# ListOrganizationInvites lists all the org invites

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

## Path parameters

- `org` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

A successful response.

- V1ListOrganizationInvitesResponse
  - `invites` V1OrganizationInvite[]
    - `attributes` object
    - `email` string
    - `invitedBy` string
    - `roleName` string
  - `nextPageToken` string
  - `totalCount` integer

## Other responses

- `default` — An unexpected error response.

## Changes

- **2026-08-16** (v1) `abe7a430f373` — 1 info
  - added the optional property `invites/items/attributes` to the response with the `200` status

[Change history](https://skmtc.dev/rilldata/apis/rill-admin-api/changes/v1/orgs/:org/invites/get.md)

---

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