Skip to content

[GET] 마이페이지 유저 정보 조회 ( 서영 )

0standing2 edited this page Aug 10, 2021 · 1 revision

[GET] 마이페이지 유저 정보 조회 ( 서영 )

서영

메소드 경로 짧은 설명
GET /mypage/info 유저 정보 조회

요청 예시

{baseURL}/mypage/info

성공

{
    "success": true,
    "data": [
        {
            "id": "ex4",
            "name": "ex4",
            "email": "[email protected]",
            "major": "IT",
            "pw": "$2b$12$jPn6vdrc.WwW.4J49vNfMOEclJZQxVxKMGkKWvDQRR239/6Cz1J4S",
            "tel": "111"
        }
    ]
}
Clone this wiki locally