-
Notifications
You must be signed in to change notification settings - Fork 1
회원조회
Chaewon Kim edited this page Jan 6, 2021
·
4 revisions
메소드 | 경로 | 설명 |
---|---|---|
GET | /users/:id | 회원 조회 |
{
"message": "회원 조회 성공",
"data": {
"id": 1,
"email": "test_email_0",
"name": "test_name_0",
"password": "",
"passwordSalt": "",
"isAlarmSet": false,
"alarmTime": null,
"tempPassword": "",
"tempPasswordCreatedAt": null,
"tempPasswordIssueCount": 0,
"createdAt": "2021-01-06T16:50:51.000Z",
"updatedAt": "2021-01-06T16:50:51.000Z"
}
}
{
"message": "필요한 값이 없습니다"
}
{
"message": "존재하지 않는 회원"
}
{
"message": "회원 조회 실패"
}