---
title: "List blocked users"
method: GET
path: "/api/user/blocks"
tags: ["User"]
---

# List blocked users

`GET /api/user/blocks`

Authenticated list of users the viewer has blocked. Stronger than mute: blocked users are excluded from social surfaces.

## Response `200`

{ success, data: [{ id, createdAt, user }] }

## Other responses

- `401` — { success: false, error, code: UNAUTHORIZED }
- `500` — { success: false, error, code: INTERNAL_ERROR }

---

[API](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api.md) · [All operations](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-sports-ecosystem/d-sports-api/revisions/cbc84b00330e/schema)
