---
title: "List account users"
method: GET
path: "/v4/accounts/{accountId}/grants"
tags: ["Account User"]
---

# List account users

`GET /v4/accounts/{accountId}/grants`

Retrieves all the account users, if the `accountId` has users.

## Path parameters

- `accountId` string, required

## Response `200`

OK - Users were found for `accountId`

- object[]
  - `userId` string
  - `accountId` string

## Other responses

- `404` — Not Found - Cannot find users with the supplied `accountId`

---

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