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
Get list of all online users in the chat
POST
https://api.iflychat.com/api/1.1/users/list
You can use iFlyChat API to programmatically get the list of all online users in the chat on your website
Request Body
Name | Type | Description |
---|---|---|
api_key | string | The private API key of your website |
Curl Command
This the sample curl command required to make HTTP request:
Last updated