---
title: "Adds new blocked keyword(s) to the specified Group."
method: POST
path: "/v1/groups/{groupId}/blocked-keywords"
tags: ["Bans and blocks", "Groups"]
---

# Adds new blocked keyword(s) to the specified Group.

`POST /v1/groups/{groupId}/blocked-keywords`

## Path parameters

- `groupId` integer, required

## Request body

- RobloxGroupsApiCreateBlockedKeywordsRequest
  - `keywords` string
  - `isPrivate` boolean

## Response `200`

OK

- RobloxGroupsClientCreateBlockedKeywordsResponse
  - `createdKeywords` RobloxGroupsClientBlockedKeywordModel[]
    - `id` string
    - `keyword` string
    - `createdBy` integer
    - `isPrivate` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `hadModeratedKeywords` boolean
  - `hadDuplicateKeywords` boolean

## Other responses

- `400` — 1: Group is invalid or does not exist. 2: One or more keywords are invalid. 4: Invalid request. 12: The provided content was moderated.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 8: Insufficient permissions to complete the request. 9: User is invalid or does not exist. 10: Insufficient permissions to complete the request.
- `405` — 31: Service is currently unavailable.
- `409` — 11: There was a conflict in your request.

---

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