---
title: "Demote Participant to Member"
method: POST
path: "/chats/{chat_id}/demote"
tags: ["chats", "group"]
---

# Demote Participant to Member

`POST /chats/{chat_id}/demote`

This endpoint demotes a participant in a group to member

## Headers

- `x-phone` string

## Request body

- object
  - `participants` string[], required — - Provide a list of participants to be demoted in the group (in country_code + number format).

## Response `200`

200 OK

- object — The response is an object with `is_success` value for each participant

---

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