---
title: "Join group via invite link"
method: POST
path: "/api/groups/join"
tags: ["groups"]
---

# Join group via invite link

`POST /api/groups/join`

Join group via invite link

## Request body

- object
  - `link` string, uri, required — Group invite link
  - `returnChatObj` boolean — Return chat object

## Response `200`

Successful response

- union
  - string
  - boolean
  - number
  - unknown

## Other responses

- `400` — Validation error
- `500` — Internal server error

---

[API](https://skmtc.net/open-wa/apis/open-wa-api.md) · [All operations](https://skmtc.net/open-wa/apis/open-wa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/open-wa/open-wa-api/versions/2f344d03d2a9/schema)
