---
title: "Change community settings"
method: PATCH
path: "/communities/{CommunityID}/settings"
tags: ["Communities"]
---

# Change community settings

`PATCH /communities/{CommunityID}/settings`

This method is responsible for change a community settings.

## Path parameters

- `CommunityID` string, required — Group ID

## Request body

- ChangeCommunitySettingsRequest
  - `setting` 'modify_groups' | 'member_add_mode', required
  - `policy` 'anyone' | 'admins', required

## Response `200`

OK

- ResponseSuccess
  - `success` boolean

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization for update group settings
- `403` — You do not have permissions for this action
- `404` — Specified community not found
- `500` — Internal Error

---

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