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>.

Path Parameters

instance
string
required

The number's display name in the Pilot Status dashboard.

Body

application/json
groupJid
string
required

Group JID (may also be sent as a groupJid query parameter).

Example:

"120363000000000000@g.us"

action
string
required

One of add, remove, promote, demote.

Example:

"add"

participants
string[]
required

Phone numbers (digits only) to apply the action to.

Example:

Response

Success — provider-native response body.

Per-participant results of the add/remove/promote/demote operation (raw Baileys groupParticipantsUpdate output).

updateParticipants
object[]

One entry per affected participant.