---
title: "List accounts"
method: GET
path: "/v3/accounts"
tags: ["Account"]
---

# List accounts

`GET /v3/accounts`

Retrieves a paginated list of accounts in `results` according to  the passed in `rpp`, `page` and `search` parameters alongside  the total number of items matching the search query (`total`).

## Query parameters

- `rpp` number
- `page` number
- `search` string

## Response `200`

OK - Accounts have been retrieved successfully

- SimpleAccountBodies
  - `results` ResponseSimpleAccountbody[]
    - `tenant_id` string
    - `account_id` string
    - `name` string
    - `number_of_seats` number
    - `email_address` string
  - `total` number — The total number of items out of which only a subset was returned in the paginated results.

---

[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/revisions/789812d35ac8/schema)
