---
title: "GET /admin/users"
method: GET
path: "/admin/users"
---

# GET /admin/users

`GET /admin/users`

List all users

** Required security scopes**:

## Response `200`

OK

- object[]
  - `active` boolean — Activation status
  - `email` string, email — Email address of user
  - `first_name` string — First name of user
  - `href` string — API href of record
  - `id` integer — ID of record
  - `last_name` string — Last name of user
  - `role` string — User's role
  - `tenant_id` integer
  - `validated` boolean — Validation status

## Other responses

- `404` — Not Found

---

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