---
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: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
    - `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

---

[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)
