---
title: "List project app users"
method: GET
path: "/api/projects/{projectId}/app-users"
tags: ["App Users"]
---

# List project app users

`GET /api/projects/{projectId}/app-users`

List app users for a project using API key auth.

## Path parameters

- `projectId` string, required

## Query parameters

- `statuses` string

## Headers

- `X-Reqres-Env` string

## Response `200`

App users list

- AppUserListResponse
  - `data` AppUser[], required
    - `id` string, required
    - `email` string, email, required
    - `status` string
    - `last_login_at` string, date-time
    - `created_at` string, date-time
    - `metadata` object

## Other responses

- `400` — Error response
- `401` — Error response

---

[API](https://skmtc.net/reqres/apis/reqres-api.md) · [All operations](https://skmtc.net/reqres/apis/reqres-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reqres/reqres-api/versions/e5ced6578853/schema)
