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

# ListProjectInvites lists all the project invites

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

## Path parameters

- `org` string, required
- `project` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

A successful response.

- V1ListProjectInvitesResponse
  - `invites` V1ProjectInvite[]
    - `email` string
    - `invitedBy` string
    - `orgRoleName` string
    - `resources` V1ResourceName[]
      - `name` string
      - `type` string
    - `restrictResources` boolean
    - `roleName` string
  - `nextPageToken` string

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-12-17** (v1) `9d8c0d1245ce` — 2 info
  - added the optional property `invites/items/resources` to the response with the `200` status
  - added the optional property `invites/items/restrictResources` to the response with the `200` status
- **2025-12-11** (v1) `f317ff96998d` — 2 warning
  - removed the optional property `invites/items/resources` from the response with the `200` status
  - removed the optional property `invites/items/restrictResources` from the response with the `200` status

[Change history](https://skmtc.dev/rilldata/apis/rill-admin-api/changes/v1/orgs/:org/projects/:project/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)
