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
Request Body
Name
Type
Description
{
"users": [
{
"user_id": "1",
"user_role": "admin",
"user_name": "shashwat",
"user_status": "1",
"user_avatar_url": "/sites/default/files/styles/thumbnail/public/pictures/picture-1-1427288050.jpg?itok=glXtBjnp",
"user_profile_url": "javascript:void(0)"
},
{
"user_id": "2",
"user_role": "admin",
"user_name": "shubham",
"user_status": "1",
"user_avatar_url": "/sites/all/modules/drupalchat/themes/light/images/default_avatar.png",
"user_profile_url": "javascript:void(0)"
},
],
"length": 2
}Curl Command
Last updated