Comment on page
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
post
https://api.iflychat.com
/api/1.1/room/:id/users
List of users online in a chat room
Here is the sample curl command required to make HTTP request:
curl -H "Content-Type: application/json" -X POST https://api.iflychat.com/api/1.1/room/5/users -d "{\"api_key\":\"Wr4vpoJ_ET3lpBdX9E9TutUic4Dgb-gc7RGzuZvKqZgW5\"}"