Zvini
03:12:42

« User » list

channel/user/list - Returns the list of all the users of a channel.
Method parameters:
id - The ID of the channel to list the users of.
Returns a JSON document of the following format:
[
<string> - The username of one of the users....
]
Expected errors:
CHANNEL_NOT_FOUND - A channel with the ID doesn't exist.