---
title: "Retrieves a user in the project."
method: GET
path: "/organization/projects/{project_id}/users/{user_id}"
tags: ["Projects"]
---

# Retrieves a user in the project.

`GET /organization/projects/{project_id}/users/{user_id}`

## Path parameters

- `project_id` string, required
- `user_id` string, required

## Response `200`

Project user retrieved successfully.

- ProjectUser — Represents an individual user in a project.
  - `object` 'organization.project.user', required — The object type, which is always `organization.project.user`
  - `id` string, required — The identifier, which can be referenced in API endpoints
  - `name` string, nullable — The name of the user
  - `email` string, nullable — The email address of the user
  - `role` string, required — `owner` or `member`
  - `added_at` integer, required — The Unix timestamp (in seconds) of when the project was added.

## Changes

- **2026-05-13** `74cbcf73838f` — 4 breaking, 3 info
  - the response property `email` became optional for the status `200`
  - the response property `name` became optional for the status `200`
  - response property `email` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `name` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - …3 more
- **2024-08-06** `8eca3b09b705` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/projects/:project_id/users/:user_id/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/959ef977e135/schema)
