---
title: "List users by account"
method: GET
path: "/accounts/users/list"
tags: ["User Management"]
---

# List users by account

`GET /accounts/users/list`

Lists all users in the current account

## Response `200`

Users retrieved successfully

- object
  - `data` UserInfo[], required
    - `email` string, required — User email
    - `role` string, required — Role
    - `is_suspended` boolean, required — Whether the user is suspended
    - `email_confirmed` boolean, required — Whether the email is confirmed
    - `first_name` string, required — First name
    - `last_name` string, required — Last name
    - `invitation_pending` boolean, required — Whether the invitation is pending

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/quivaworks/apis/quiva-ai-gateway.md) · [All operations](https://skmtc.net/quivaworks/apis/quiva-ai-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quivaworks/quiva-ai-gateway/revisions/771d118bd4d1/schema)
