---
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

---

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