Skip to main content
POST
Update participants

Authorizations

apikey
string
header
required

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

Body

application/json
groupJid
string
required

Group JID (<id>@g.us).

Example:

"120363012345678901@g.us"

participants
string[]
required

Phone numbers or JIDs to act on (at least one).

Example:
action
string
required

One of add, remove, promote, demote.

Example:

"add"

Response

Success — provider-native response body.

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.