---
title: "List account users"
method: GET
path: "/v3/accounts/{account_id}/users"
tags: ["Account User"]
---

# List account users

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

Retrieves all the account users.

## Path parameters

- `account_id` string, required

## Response `200`

OK

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

---

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