---
title: "Join in community group"
method: POST
path: "/communities/{CommunityID}/{GroupID}/join"
tags: ["Communities"]
---

# Join in community group

`POST /communities/{CommunityID}/{GroupID}/join`

This method is responsible for join in community group. [Learn more about the nuances of community:](https://support.whapi.cloud/help-desk/communities/introduction)

## Path parameters

- `CommunityID` string, required — Group ID
- `GroupID` string, required — Group ID

## Response `200`

OK

- ResponseSuccess
  - `success` boolean

## Other responses

- `400` — Wrong request parameters
- `401` — Need channel authorization
- `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)
