---
title: "List all users"
method: GET
path: "/users"
tags: ["users"]
---

# List all users

`GET /users`

## Response `200`

Users

- UserInfo[]
  - `username` string
  - `name` string
  - `email` string
  - `role` string
  - `enabled` boolean
  - `last_login` string, date-time
  - `created_at` string, date-time

---

[API](https://skmtc.dev/sphireinc/apis/foundry-api.md) · [All operations](https://skmtc.dev/sphireinc/apis/foundry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sphireinc/foundry-api/revisions/3696c13096d0/schema)
