token: ********************
curl --location --request GET 'https://chat.xiaoheihe.cn/chatroom/v2/room/users?heybox_id=84005510&offset=0&limit=50&room_id=3348654035061186560&client_type=&x_client_type=&os_type=&x_os_type=&x_app=&chat_os_type=&chat_version=' \
--header 'token: <api-key>'
{
"msg": "string",
"result": {
"room_info": {
"room_id": "string",
"user_count": 0,
"page": 0,
"user_info": [
{
"user_id": 0,
"username": "string",
"avatar": "string",
"nickname": "string",
"level": 0,
"avatar_decoration": {
"src_type": "string",
"src_url": "string"
},
"medals": [
{
"name": "string",
"name_short": "string",
"description": "string",
"color": "string",
"img_url": "string",
"medal_id": 0
}
],
"room_nickname": "string",
"joined_at": 0,
"roles": [
"string"
],
"color": 0,
"game_state": "string",
"online_state": 0,
"state": 0,
"user_state": {
"game_name": "string",
"game_icon": "string",
"music_name": "string",
"steam_game_name": "string",
"steam_game_state": "string",
"steam_game_icon": "string",
"game_time": 0,
"music_time": 0,
"steam_game_time": 0
},
"last_login": 0,
"logout_time": 0,
"ban": {
"operator_id": 0,
"reason": "string",
"until": "string",
"notify": true
},
"bot": true,
"color_list": null,
"continuous_days": 0,
"hide_fire_flag": true
}
],
"online_count": 0,
"offline_count": 0
}
},
"status": "string"
}