put https://{appid}.api-{region}.cometchat.io/v3/groups//members/
Change scope of a member to the group for a given GUID and UID
For a detailed description of the Group Members properties please visit here
Request sample:
PUT /groups/:guid/members/:uid HTTP/1.1
Content-type: application/json
Accept: application/json
{
"scope": "string"
}