---
title: "POST /api/p2p/user-blocks"
method: POST
path: "/api/p2p/user-blocks"
tags: ["ApiP2P"]
---

# POST /api/p2p/user-blocks

`POST /api/p2p/user-blocks`

## Request body

- UserBlockCreateDto
  - `userId` string, nullable
  - `blockedUserId` string, nullable
  - `comment` string, nullable

## Response `200`

Success

- UserBlock
  - `userId` string, nullable
  - `blockedUserId` string, nullable
  - `comment` string, nullable
  - `blockingDate` string, date-time
  - `userNickname` string, nullable

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
