---
title: "Get banned users"
method: GET
path: "/api/admin/v1/banned_users"
tags: ["Admin"]
---

# Get banned users

`GET /api/admin/v1/banned_users`

Get a list of banned users.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

successful

- object
  - `banned_users` object[]
    - `id` integer — User ID
    - `username` string — Username
    - `email` string — Primary email or "no email"

## Other responses

- `401` — unauthorized

## Changes

- **2026-02-20** (v1) `3b1a9efa4afe` — 2 info
  - added the non-success response with the status `401`
  - removed the non-success response with the status `403`
- **2026-01-29** (v1) `0f6f175f20e6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hackclub/apis/hackatime-api/changes/api/admin/v1/banned_users/get.md)

---

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