Retrieve list of all online users

Learn how to retrieve the list of all online users in the chat on your website using iFlyChat REST API
post
https://api.iflychat.com
/api/1.1/users/list
Get list of all online users in the chat

Curl Command

This the sample curl command required to make HTTP request:
curl -H "Content-Type: application/json" -X POST https://api.iflychat.com/api/1.1/users/list -d "{\"api_key\":\"Wr4vpoJ_ET3lpBdX9E9TutUic4Dgb-gc7RGzuZvKqZgW5\"}"