---
title: "add email to group blocklist. 🔐"
method: POST
path: "/v3/groups/{group_id}/blacklist"
tags: ["groups"]
---

# add email to group blocklist. 🔐

`POST /v3/groups/{group_id}/blacklist`

add a email address to group blocklist

## Path parameters

- `group_id` string, required

## Request body

- BlacklistGroupBlacklistAddModel
  - `email` string, required — Email to blocklist

## Response `200`

Success

- string[]

## Other responses

- `500` — RestException

---

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