Skip to main content
POST
Atualizar participantes

Autorizações

apikey
string
header
obrigatório

Your Pilot Status API key (ps_...). Evolution GO also accepts Authorization: Bearer <key>.

Corpo

application/json
groupJid
string
obrigatório

JID do grupo (<id>@g.us).

Exemplo:

"120363012345678901@g.us"

participants
string[]
obrigatório

Números de telefone ou JIDs sobre os quais agir (pelo menos um).

Exemplo:
action
string
obrigatório

Um entre add, remove, promote, demote.

Exemplo:

"add"

Resposta

Sucesso — corpo de resposta nativo do provedor.

Envelope returned for Update participants (add/remove/promote/demote). Action endpoint: on success only a status message is returned (no data).

message
string

Always "success" on HTTP 200.