---
title: "List user accounts"
method: GET
path: "/v3/users/{user_id}/accounts"
tags: ["Users"]
---

# List user accounts

`GET /v3/users/{user_id}/accounts`

Retrieves a list of the user's accounts.

## Path parameters

- `user_id` string, required

## Response `200`

OK

- AccountUser[]
  - `user_id` string
  - `account_id` string
  - `user_type` string
  - `user_email` string
  - `user_name` string

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/versions/789812d35ac8/schema)
