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