[GET] 유저 정보 조회
Get user
Path parameter
Name
Type
Description
Example
GET https://{META api url}/api/user/mario0070Response
// User object
{
"user": {
"id": 1,
"provider_user_id": "17454027942051370487",
"username": "mario0070",
"balance": "0",
"game_url_token": null,
"last_accessed_game_id": 1,
"last_accessed_at": "2025-06-13T02:31:05.058Z",
"isPlaying": true,
"kick_until": "2025-06-10T11:31:25.892Z",
"updated_at": "2025-06-13T02:31:05.058Z",
"created_at": "2025-04-23T10:06:34.206Z",
"agent_id": 1,
"idcode": "1"
}
}{
"message": "User not found",
"error": "Not Found",
"statusCode": 404
}Last updated
Was this helpful?