Groups
Manage Group Participants
Add, remove, promote, or demote participants in a WhatsApp group.
POST
Overview
You can manage group participants by adding new members, removing existing ones, or changing their admin status. You must be a group admin to perform these actions.Authentication
This endpoint requires authentication via theapikey header.
string
required
Your Evolution API key for authentication.
Path Parameters
string
required
The name of your WhatsApp instance.
Request Body
string
required
The WhatsApp group JID (can be provided with or without the
@g.us suffix).string
required
The action to perform on participants. Must be one of:
add: Add new participants to the groupremove: Remove participants from the grouppromote: Promote participants to admin statusdemote: Demote admins to regular member status
string[]
required
Array of participant phone numbers in international format (e.g., [“5511999999999”, “5511888888888”]).
Response
boolean
Whether the operation completed successfully.
string
The action that was performed.
array
Array of affected participant JIDs.
array
Detailed results for each participant.
Usage Notes
When adding participants, they will receive a group invitation notification. If their privacy settings prevent group adds, they’ll need to join manually using an invite link.