---
title: "Adds recipients to one or more blacklisted categories. Sets existing (non-active) entries to active"
method: POST
path: "/v1/recipient_blacklist/add"
tags: ["blacklist"]
---

# Adds recipients to one or more blacklisted categories. Sets existing (non-active) entries to active

`POST /v1/recipient_blacklist/add`

## Request body

- AddRecipientBlacklistsRequestDto
  - `recipients` string[] — recipient list
  - `contentCategories` string[] — recipient list
  - `comment` string — comment

## Response `204`

No content

## Other responses

- `500` — Internal server error

---

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