post https://waapi.app/api/v1/instances//client/action/get-group-participants
Get group participants
Log in to see full request history
Response
Get group participants
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/get-group-participants \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
19{
"data": {
"participants": [
{
"id": {
"server": "@c.us",
"user": "<xxxxxxx>",
"_serialized": "<xxxxxxx>@c.us"
},
"isAdmin": true,
"isSuperAdmin": true
}
]
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/get-group-participants"
},
"status": "success"
}