POST
/api/v1/customer/messages/{id}/add-member
This API method allows you to add other members to the chat group. This applies for any members in the group.
Request Parameters
Parameter | Value / Type | Required |
|---|---|---|
customer_list | STRING / ARRAY | true |
Sample Response
{
"status": true,
"message": "Successfully added members to the chat group",
"name": "Steve Phillips, John Doe, 1 Blocked User"
}{
"status": false,
"errorCode": "VALIDATION_EXCEPTION",
"messages": {
"id": [
"Message Group does not exist"
]
}
}{
"status": false,
"message": "No members could be added, most likely they are already in the group"
}{
"status": false,
"message": "Failed to add member in the chat group"
}{
"status": false,
"message": "Some of the members added were invalid and may not exist"
}