Groups
Add member to group
Add a participant to the group by chatId (JID) or phone number in international format (e.g. +14155551234).
Requires groups:write.
Request
curl -X POST "https://api.blueticks.co/v1/groups//members" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"data": {
"id": "string",
"name": "string",
"description": "string",
"owner": "string",
"createdAt": "2019-08-24T14:15:22Z",
"lastMessageAt": "2019-08-24T14:15:22Z",
"participantCount": 0,
"announce": true,
"restrict": true,
"participants": [
{
"chatId": "string",
"isAdmin": true,
"isSuperAdmin": true,
"name": "string"
}
]
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"requestId": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
id*string
Request Body
application/json
Response
Response Body
application/json
application/json