post https://{appid}.api-{region}.cometchat.io/v3/groups//members
Adds multiple users as per the scope.
Members Limit
A maximum of 25 users can be added across all the scopes of member object.
For a detailed description of the Group Members properties please visit here
Request sample:
POST /groups/:guid/members HTTP/1.1
Content-type: application/json
Accept: application/json
{
"admins": ["array of strings"],
"moderators": ["array of strings"],
"participants": ["array of strings"],
"usersToBan": ["array of strings"]
}