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

# Get Project User

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

Returns the requested user associated with the project.

**Security:** Requires Platform Admin or Project Admin with Manage
Members privilege.

## Path parameters

- `projectKey` string, required
- `user` string, required

## Response `200`

Success

- 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 or user 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)
