---
title: "List blocked users"
method: GET
path: "/Auth/Blocks"
tags: ["Auth"]
---

# List blocked users

`GET /Auth/Blocks`

**Requires permission:** *IT*

Returns the current (active) account blocks, newest first. IT only.

## Response `200`

Success

- GetUserBlocksResponse
  - `blocks` UserBlock[]
    - `id` integer
    - `email` string, required
    - `reason` string, nullable
    - `source` string, nullable
    - `meta` string, nullable
    - `createdAt` string, date-time, nullable
    - `createdBy` string, nullable
    - `active` boolean

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-07-31** `df6d21aeebe7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/Auth/Blocks/get.md)

---

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