---
title: "Update participant"
method: POST
path: "/group/participant"
tags: ["Group"]
---

# Update participant

`POST /group/participant`

Update participant

## Request body

- GithubComEvolutionAPIEvolutionGoPkgGroupServiceAddParticipantStruct
  - `action` 'add' | 'remove' | 'promote' | 'demote'
  - `groupJid` TypesJID
    - `device` integer
    - `integrator` integer
    - `rawAgent` integer
    - `server` string
    - `user` string
  - `participants` string[]

## Response `200`

success

- GinH

## Other responses

- `400` — Error on validation
- `500` — Internal server error

---

[API](https://skmtc.dev/evolution-foundation/apis/evolution-go.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/evolution-go/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-go/revisions/8e9c4d7d1dab/schema)
