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
Path Parameters
Name
Type
Description
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