---
title: "List Project Users"
method: GET
path: "/api/v1/vault/projects/{project_id}/users"
tags: ["Vault"]
---

# List Project Users

`GET /api/v1/vault/projects/{project_id}/users`

Lists all workspace users with current active access to a specified Vault project, along with their access levels. Includes effective user access (including inherited access), and the project owner is always included with `MANAGE` access.

Requires vault sharing to be enabled.

## Path parameters

- `project_id` string, uuid, required

## Response `200`

Successfully retrieved project users

- object
  - `status` 'COMPLETED', required — Status of the request
  - `data` object, required
    - `project_id` string, uuid, required — The project ID

## Other responses

- `401` — Unauthorized - Invalid or missing API token
- `403` — Forbidden - User lacks required permissions, vault sharing is disabled, or project access is denied
- `404` — Project not found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/harvey/apis/harvey-client-matter-api.md) · [All operations](https://skmtc.dev/harvey/apis/harvey-client-matter-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/harvey/harvey-client-matter-api/revisions/4a9e0925d49e/schema)
