[GET] 유저 목록 조회
Get users
Query String Parameter
Name
Type
Description
Response
{
"list": [
{
"id": 1,
"provider_user_id": "17496472695931912783",
"username": "evolution-prod-01",
"balance": "0",
"game_url_token": null,
"last_accessed_game_id": 1,
"last_accessed_at": "2025-06-11T13:08:03.551Z",
"isPlaying": true,
"kick_until": null,
"updated_at": "2025-06-11T13:08:03.552Z",
"created_at": "2025-06-11T13:07:49.594Z",
"agent_id": 1,
"idcode": "1",
},
{
"id": 2,
"provider_user_id": "17496298401173004987",
"username": "pgtest",
"balance": "0",
"game_url_token": null,
"last_accessed_game_id": 2,
"last_accessed_at": "2025-06-11T09:33:03.681Z",
"isPlaying": false,
"kick_until": null,
"updated_at": "2025-06-11T10:03:08.528Z",
"created_at": "2025-06-11T08:17:20.118Z",
"agent_id": 1,
"idcode": "1",
}
},
"total": 77,
"totalPages": 8
}Last updated
Was this helpful?