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

# User List

`GET /api/users`

## Response `200`

An array of users.

- User[]
  - `username` string — Username of the user.
  - `scope` 'admin' | 'install' | 'update' | 'read'
  - `totp_enabled` boolean — Whether two-factor authentication is enabled/required using TOTP. Not available if Passkey is used.
  - `passkey` boolean — Whether this user authenticates using a Passkey.

## Changes

- **2025-01-29** `b0fe14acdeaf` — 1 info
  - added the optional property `items/passkey` to the response with the `200` status
- **2024-11-07** `0caa21a70faf` — 1 info
  - added the optional property `items/totp_enabled` to the response with the `200` status
- **2024-11-06** `e06d9f9dee25` — 1 warning, 1 info
  - removed the optional property `items/roles` from the response with the `200` status
  - added the optional property `items/scope` to the response with the `200` status
- **2024-11-02** `f68de1bd16a3` — 1 info
  - added the optional property `items/roles` to the response with the `200` status
- **2020-07-23** `42c41034504b` — 4 warning, 2 info
  - removed the optional property `items/limited` from the response with the `200` status
  - removed the optional property `items/passkey` from the response with the `200` status
  - removed the optional property `items/scope` from the response with the `200` status
  - removed the optional property `items/totp_enabled` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/contao/apis/contao-manager-api/changes/api/users/get.md)

---

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