---
title: "List users"
method: GET
path: "/v2/api/users"
tags: ["Users"]
---

# List users

`GET /v2/api/users`

Returns all team members.

## Query parameters

- `role` 'ADMIN' | 'MANAGER' | 'MEMBER'
- `status` 'ACTIVE' | 'BLOCKED'

## Response `200`

List of users

- object
  - `data` User[]
    - `id` string
    - `name` string
    - `email` string
    - `role` 'ADMIN' | 'MANAGER' | 'MEMBER'
    - `status` 'ACTIVE' | 'BLOCKED'
    - `image_url` string, nullable

## Other responses

- `401` — Invalid or missing API key
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/withallo/apis/allo-api.md) · [All operations](https://skmtc.dev/withallo/apis/allo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withallo/allo-api/revisions/9aab4db82933/schema)
