baphled / chatterl

Home | Edit | New

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"}
			]}
		}
	}
}

Last edited by baphled, Wed Apr 08 20:31:09 -0700 2009
Home | Edit | New
Versions: