---
title: "List users with access to the project. May contain same user multiple times if they belong to multiple teams associated to the project"
method: GET
path: "/project/{project}/users"
tags: ["Project"]
deprecated: true
---

# List users with access to the project. May contain same user multiple times if they belong to multiple teams associated to the project

`GET /project/{project}/users`

> **Deprecated.**

The API endpoint /v1/project/{project}/users is deprecated. Use https://api.aiven.io/v1/organization/{organization\_id}/permissions/project/{project\_id} instead. It will be removed on 2026-07-21.

## Path parameters

- `project` string, required

## Response `200`

Response

- ProjectUserListResponse — ProjectUserListResponse
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `group_users` object[], required — List of users in groups that have access to the project
    - `member_type` 'admin' | 'developer' | 'operator' | 'organization:app_users:write' | 'organization:audit_logs:read' | 'organization:billing:read' | 'organization:billing:write' | 'organization:domains:write' | 'organization:event_logs:read' | 'organization:groups:write' | 'organization:networking:read' | 'organization:networking:write' | 'organization:projects:write' | 'organization:sustainability:read' | 'organization:users:write' | 'project:audit_logs:read' | 'project:integrations:read' | 'project:integrations:write' | 'project:networking:read' | 'project:networking:write' | 'project:permissions:read' | 'project:services:read' | 'project:services:write' | 'read_only' | 'role:organization:admin' | 'role:project:admin' | 'role:services:maintenance' | 'role:services:recover' | 'service:configuration:write' | 'service:data:write' | 'service:logs:read' | 'service:metrics:read' | 'service:secrets:read' | 'service:users:write', required — Project member type
    - `real_name` string, required — User real name
    - `user_email` string, required — User email address
    - `user_group_id` string, required — User group ID
  - `invitations` object[], required — List of pending invitations
    - `invite_time` string, required — Timestamp in ISO 8601 format, always in UTC
    - `invited_user_email` string, required — User email address
    - `inviting_user_email` string, required — User email address
    - `member_type` 'admin' | 'developer' | 'operator' | 'organization:app_users:write' | 'organization:audit_logs:read' | 'organization:billing:read' | 'organization:billing:write' | 'organization:domains:write' | 'organization:event_logs:read' | 'organization:groups:write' | 'organization:networking:read' | 'organization:networking:write' | 'organization:projects:write' | 'organization:sustainability:read' | 'organization:users:write' | 'project:audit_logs:read' | 'project:integrations:read' | 'project:integrations:write' | 'project:networking:read' | 'project:networking:write' | 'project:permissions:read' | 'project:services:read' | 'project:services:write' | 'read_only' | 'role:organization:admin' | 'role:project:admin' | 'role:services:maintenance' | 'role:services:recover' | 'service:configuration:write' | 'service:data:write' | 'service:logs:read' | 'service:metrics:read' | 'service:secrets:read' | 'service:users:write', required — Project member type
  - `message` string — Printable result of the request
  - `users` object[], required — List of project's users
    - `auth` string[], required — List of user's required authentication methods
    - `billing_contact` boolean, required — Set for project's billing contacts
    - `create_time` string, required — Timestamp in ISO 8601 format, always in UTC
    - `member_type` 'admin' | 'developer' | 'operator' | 'organization:app_users:write' | 'organization:audit_logs:read' | 'organization:billing:read' | 'organization:billing:write' | 'organization:domains:write' | 'organization:event_logs:read' | 'organization:groups:write' | 'organization:networking:read' | 'organization:networking:write' | 'organization:projects:write' | 'organization:sustainability:read' | 'organization:users:write' | 'project:audit_logs:read' | 'project:integrations:read' | 'project:integrations:write' | 'project:networking:read' | 'project:networking:write' | 'project:permissions:read' | 'project:services:read' | 'project:services:write' | 'read_only' | 'role:organization:admin' | 'role:project:admin' | 'role:services:maintenance' | 'role:services:recover' | 'service:configuration:write' | 'service:data:write' | 'service:logs:read' | 'service:metrics:read' | 'service:secrets:read' | 'service:users:write', required — Project member type
    - `real_name` string — User real name
    - `team_id` string, required — Team ID
    - `team_name` string, required — Team name
    - `user_email` string, required — User email address
    - `user_id` string, required — User ID

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/versions/ecaeabf1da31/schema)
