---
title: "List Customer Users"
method: GET
path: "/developer/customer-users"
tags: ["Developer", "Developer - Customers"]
---

# List Customer Users

`GET /developer/customer-users`

List all active users for the current customer.

This endpoint is restricted to developer users only.
Returns all active users in the customer's database.

## Response `200`

Successful Response

- CustomerUserItem[]
  - `id` string, uuid, required — User UUID
  - `email` string, required — User email
  - `name` string, required — User full name
  - `user_type` string, required — User type (admin, staff)

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
