---
title: "Get Project Users"
method: GET
path: "/access/api/v1/projects/{projectKey}/users"
tags: ["Members"]
---

# Get Project Users

`GET /access/api/v1/projects/{projectKey}/users`

Returns all users associated with the project.

**Security:** Requires Platform Admin, Project Admin with Manage Members
privilege, or a scoped token with `project:<project_key>/members/**:r`
scope.

## Path parameters

- `projectKey` string, required

## Response `200`

Success

- object
  - `members` ProjectUser[]
    - `name` string — Username
    - `roles` string[] — User roles in the project

## Other responses

- `401` — Bad Credentials - Invalid credentials
- `403` — Permission Denied - Insufficient permissions
- `404` — Not Found - Project not found

---

[API](https://skmtc.dev/jfrog/apis/jfrog-platform-projects-api.md) · [All operations](https://skmtc.dev/jfrog/apis/jfrog-platform-projects-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jfrog/jfrog-platform-projects-api/revisions/1c6bb09154a9/schema)
