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

# ListProjectMemberUsers lists all the project members

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

## Path parameters

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

## Query parameters

- `role` string
- `pageSize` integer
- `pageToken` string
- `superuserForceAccess` boolean

## Response `200`

A successful response.

- V1ListProjectMemberUsersResponse
  - `members` V1ProjectMemberUser[]
    - `createdOn` string, date-time
    - `orgRoleName` string
    - `resources` V1ResourceName[]
      - `name` string
      - `type` string
    - `restrictResources` boolean
    - `roleName` string
    - `updatedOn` string, date-time
    - `userEmail` string
    - `userId` string
    - `userName` string
    - `userPhotoUrl` string
  - `nextPageToken` string

## Other responses

- `default` — An unexpected error response.

## Changes

> 54 revisions in range; 4 could not be searched.

- **2025-12-17** (v1) `9d8c0d1245ce` — 2 info
  - added the optional property `members/items/resources` to the response with the `200` status
  - added the optional property `members/items/restrictResources` to the response with the `200` status
- **2025-12-11** (v1) `f317ff96998d` — 2 warning
  - removed the optional property `members/items/resources` from the response with the `200` status
  - removed the optional property `members/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/members/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)
