CWIGA - List Users in a Chatterl Group
http://CWIGAURL:PORT/users/GROUP/users
Will list all the clients currently connected to Chatterl, responses to this requests produce the same response body as (http://CWIGAURL:PORT/users/list).
Empty
{"chatterl":
{"response":
{"success":
{"clients":[]}
}
}
}
Populated
{"chatterl":
{"response":
{"success":
{"groups":[
{"group":"foo"},
{"group":"bar"},
{"group":"baz"}
]}
}
}
}
