---
title: "List projects associated with this account that user has access to"
method: GET
path: "/account/{account_id}/user/{user_id}/projects"
tags: ["Account"]
---

# List projects associated with this account that user has access to

`GET /account/{account_id}/user/{user_id}/projects`

## Path parameters

- `account_id` string, required
- `user_id` string, required

## Response `200`

Response

- AccountUserProjectsListResponse — AccountUserProjectsListResponse
  - `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
  - `message` string — Printable result of the request
  - `user_projects` object[], required — List of user's projects
    - `access_type` string — Access type
    - `account_id` string, required — Account ID
    - `create_time` string, required — Timestamp in ISO 8601 format, always in UTC
    - `member_type` 'admin' | 'developer' | 'operator' | 'organization:app_users:write' | '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:ai_gateway_keys:read' | 'project:ai_gateway_keys:write' | 'project:audit_logs:read' | 'project:event_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:project:read' | '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
    - `project_name` string, required — Project name
    - `real_name` string, required — User real name
    - `team_id` string, required — Team ID
    - `team_name` string, required — Team name
    - `user_email` string, required — User email address

## Changes

- **2026-08-13** `cca52db3227b` — 1 warning
  - added the new `role:project:read` enum value to the `user_projects/items/member_type` response property for the response status `200`
- **2026-08-12** `9891b22cfd6a` — 1 warning
  - added the new `project:event_logs:read` enum value to the `user_projects/items/member_type` response property for the response status `200`
- **2026-08-11** `cbfbf0f96a48` — 1 info
  - removed the `organization:audit_logs:read` enum value from the `user_projects/items/member_type` response property for the response status `200`
- **2026-08-10** `042e78a96ad8` — 2 warning
  - added the new `project:ai_gateway_keys:read` enum value to the `user_projects/items/member_type` response property for the response status `200`
  - added the new `project:ai_gateway_keys:write` enum value to the `user_projects/items/member_type` response property for the response status `200`
- **2026-07-31** `871517494397` — 1 warning
  - added the new `organization:event_logs:read` enum value to the `user_projects/items/member_type` response property for the response status `200`

[Change history](https://skmtc.dev/aiven/apis/aiven-api-documentation/changes/account/:account_id/user/:user_id/projects/get.md)

---

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