Retrieve list of all users online in a chat room
Learn how to use iFlyChat API to get the list of all online users in a global or private chat room
List of users online in a chat room
POST
https://api.iflychat.com/api/1.1/room/:id/users
iFlyChat API to get the list of online users in a global or private chat room
Path Parameters
Name | Type | Description |
---|---|---|
id | string | The id of the chat room |
Request Body
Name | Type | Description |
---|---|---|
api_key | string | The private API key of your website |
Curl Command
Here is the sample curl command required to make HTTP request:
Last updated