Set Group Permission
WhatsApp Group Permission
Last updated
Was this helpful?
WhatsApp Group Permission
This API allows you to set or change the permission of an existing group i.e who all can post messages to a group.
POST https://pickyassist.com/app/api/v2/set-group-permission
token
string
Your API Token for authentication
group_id
string
Unique Group ID
send_permission
number
0 = All Members can Post Messages 1 = Only Admin can Post Messages
{
"status":100,
"message":"Success"
}{
"token": "7b18871619486225850e9832a24547105cfe3",
"group_id": "9100055074-16182483",
"application":10,
"send_permission":1
}
Last updated
Was this helpful?
Was this helpful?
{
"status":100,
"message":"Success"
}