---
title: "Retrieve project user"
method: GET
path: "/organization/projects/{project_id}/users/{user_id}"
tags: ["Projects"]
---

# Retrieve project user

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

Retrieves a user in the project.

## 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-01** `918e83711c91` — 4 breaking, 2 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`
  - …2 more
- **2026-04-28** `fa32d6e7d961` — 1 info
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API

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

---

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