---
title: "Get Users With Access to Project"
method: GET
path: "/projects/{id}/users"
tags: ["Projects"]
---

# Get Users With Access to Project

`GET /projects/{id}/users`

Returns all users who have access to a project, including organization admins, users with direct project assignments, and users who have access through team assignments. Currently supports organizations with up to approximately 1000 users due to our limits.

## Path parameters

- `id` string, required

## Response `200`

- ProjectApiUserWithAccess[]
  - `userId` string, required
  - `user` User, required
    - `email` string
    - `user_id` string
    - `created_at` string
    - `updated_at` string
    - `app_metadata` AppMetadata
      - `organizations` UserOrganization[]
        - `id` string, required
        - `role` string
        - `name` string
      - `isApiKey` boolean
      - `isAutogeneratedTerraformDeployer` boolean
      - `apiKeyType` 'oidc'
      - `createdBy` string
      - `organizationId` string
      - `isSystemUser` boolean
      - `readOnly` boolean
    - `picture` string
    - `name` string
    - `last_login` string
    - `given_name` string
    - `family_name` string
    - `blocked` boolean
  - `role` union
    - string
    - string
    - string
    - string
  - `accessSource` 'organization_admin' | 'project_assignment' | 'team_assignment', required
  - `teamId` string
  - `teamName` string
  - `inherited` boolean

---

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