---
title: "Send a message to a participant group"
method: POST
path: "/api/v1/messages/participant-group/"
tags: ["messages"]
---

# Send a message to a participant group

`POST /api/v1/messages/participant-group/`

Send a message to a participant group.

## Headers

- `Authorization` string, required

## Request body

- MessageParticipantGroup
  - `participant_group_id` string, required — A participant group ID
  - `body` string, required — Message Body. Text is sanitised for safe storage and display.
  - `study_id` string — A study ID

## Response `204`

The message has been sent

- object

## Other responses

- `400` — Error

---

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