Group Management
Perform various WhatsApp group operations
The group management endpoint allows you to perform various WhatsApp group operations including creating groups, managing participants, and updating group settings.
Key Operations:
- Create new groups with specified participants
- Update group details (name, description, picture)
- Manage participants (add, remove, promote/demote admins)
- Handle group invites and messaging permissions
Example Request
Request Body
The operation to perform. Valid values:
create
update_name
update_description
update_picture
add_participants
remove_participants
promote_admin
demote_admin
join
leave
update_settings
The phone number initiating the action (must start with ’+’)
The group chat ID. Required for all actions except ‘create’
Action-Specific Fields
Example Requests
Path Parameters
Body
The operation to perform
create
, update_name
, update_description
, update_picture
, add_participants
, remove_participants
, promote_admin
, demote_admin
, join
, leave
, update_settings
The phone number initiating the action (must start with '+')
The group chat ID (required for all actions except 'create')
Group name (for create action)
Phone numbers to add/remove/modify
First message to send (optional, for create action)
New group name (for update_name action)
New description (for update_description action)
New profile picture URL (for update_picture action)
Group invite code (for join action)
Group setting to update (for update_settings action)
announcement
, not_announcement
, locked
, unlocked