Links

Add Group Admin

Adding WhatsApp Group Admin
Below API allows to add group admin
Please note a group admin can view your group invite url and able to add / remove members manually. So please be careful while promoting a member as admin.
post
https://pickyassist.com/app/api/v2/
add-group-admin
Add Group Admin

Sample Request Body JSON

{
"token": "7b1887119486225850e9832a24547105cfe3",
"group_id": "9194055074-16117483",
"number": [
"9194XXXXXXX"
],
"application":10
}

Sample Response

{
"status": 100,
"message": "Success"
}