The group management endpoint allows you to perform various WhatsApp group operations including creating groups, managing participants, and updating group settings.Documentation Index
Fetch the complete documentation index at: https://docs.a1base.com/llms.txt
Use this file to discover all available pages before exploring further.
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:
createupdate_nameupdate_descriptionupdate_pictureadd_participantsremove_participantspromote_admindemote_adminjoinleaveupdate_settings
The phone number initiating the action (must start with ’+’)
The group chat ID. Required for all actions except ‘create’
Action-Specific Fields
Create Group
Create Group
Required fields for
action: "create":title(string): Group nameparticipants(array): Phone numbers to addinitial_message(string, optional): First message to send
Update Group Details
Update Group Details
Fields for update actions:
name(string): New group name (update_name)description(string): New description (update_description)image_url(string): New profile picture URL (update_picture)
Manage Participants
Manage Participants
Required for participant management actions:
participants(array): Phone numbers to modify For actions:add_participants,remove_participants,promote_admin,demote_admin
Join Group
Join Group
Required for
action: "join_group":invite_code(string): Group invite codethread_id(string): Direct group ID (if already have access)
Group Settings
Group Settings
Required for
update_settings:setting(string): One of:announcement: Only admins can send messages in the groupnot_announcement: All participants can send messages in the grouplocked: Only admins can modify group settings (display picture, description, etc)unlocked: All participants can modify group settings
Example Requests
Create Group
Create Group
Update Group Details
Update Group Details
Manage Participants
Manage Participants
Other Actions
Other Actions

