---
title: "Get Staff Users"
method: GET
path: "/admin/staff"
tags: ["Admin"]
---

# Get Staff Users

`GET /admin/staff`

Get all active users (staff) for the current user's customer.
Only returns users where is_active=True.
Non-developer users will not see developer users in the response.
Requires admin authentication.

## Response `200`

Successful Response

- StaffUserInfo[]
  - `id` string, required
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, required
  - `user_type` 'admin' | 'staff', required — Enum for user types
  - `login_type` 'password' | 'google' | 'microsoft', required — Enum for user login types
  - `created_at` string, required
  - `last_login` string, nullable
  - `meeting_phone_number` string, nullable
  - `voip_extension` string, nullable

---

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