---
title: "Blacklist a user"
method: POST
path: "/api/v1/blacklist/users"
tags: ["Blacklist"]
---

# Blacklist a user

`POST /api/v1/blacklist/users`

Adds a Discord user to the script blacklist

## Headers

- `Authentication` string, required

## Request body

- ModelsBlacklistUserRequest — Request body for blacklisting a Discord user
  - `discord_id` string, required
  - `note` string

## Response `200`

Blacklist result

- object

## Other responses

- `400` — Invalid request

---

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