Add Group Members

Adding Members into a WhatsApp Group

Below API allows to Add Members into a WhatsApp Group

triangle-exclamation

The Maximum number of members in a group is 256 including admin's

triangle-exclamation

Please note Adding Users into Group may not work for all contacts if the user is enabled group privacy then you may not able to add them into a group. Read Morearrow-up-right

Add Group Members

POST https://pickyassist.com/app/api/v2/add-group-members

This API allows you to Add Members into a Group

Request Body

Name
Type
Description

token

string

Your API Token for authentication

group_id

string

Your Unique group id which is given as response after you create a group

number

array

This is an array and you can pass multiple WhatsApp number to add into a WhatsApp Group, please pass the number along with country code without 0 or ++

{
    "token": "c81f742beed18a5213ec1afcc03a6a3d3b",
    "group_id": "GY4008",
    "number": [
        "91894893424"
    ]
}

Sample Request Body JSON

Sample Response

Last updated

Was this helpful?