유저 목록 조회하기
모든 유저의 목록을 조회하는 API입니다.
Last updated
모든 유저의 목록을 조회하는 API입니다.
Last updated
{
"totalNum": 2,
"userList": [
{
"email": "hoit1302@ewhain.net",
"name": "박주은",
"nickname": "hoit1302",
"phone": "010-11111-1111",
"profileImage": "",
"postNum": 10
},
{
"email": "example@gmail.com",
"name": "수정",
"nickname": "수정",
"phone": "010-1234-5678",
"profileImage": "https://edsc-s3.s3.ap-northeast-2.amazonaws.com/profile-image/2",
"postNum": 0
}
]
}