v1
latestOpenAPI 3.1.02026-07-1413113265.9 KBgroup
get group participants
Get group participants
post/instances/{id}/client/action/get-group-participants
Path parameters
idinteger required
Instance ID
Request body
Example request
{
"chatId": "123456789@g.us"
}Response
Example response
{
"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"
}