Skip to content

회원 조회

Lucas edited this page Dec 2, 2019 · 1 revision

전체회원 조회

GET /api/auth/read

Context-type : application/json


Response

{
    "success": true,
    "message": "회원 읽기 성공",
    "data": [
        {
            "userIdx": 1,
            "id": "hyun",
            "password": "1234",
            "nickname": "일등",
            "six": 50,
            "one": 0,
            "two": 80,
            "three": 80,
            "four": 80,
            "five": 50,
            "session": null,
            "seven": 50,
            "eight": 50,
            "nine": 50,
            "total": 490
}		
Clone this wiki locally