-
Notifications
You must be signed in to change notification settings - Fork 1
임시비밀번호발급
Chaewon Kim edited this page Jan 13, 2021
·
1 revision
메소드 | 경로 | 설명 |
---|---|---|
POST | /users/password/temp | 임시 비밀번호 발급 |
Content-Type: application/json
{
"email":"[email protected]",
}
{
"message": "임시 비밀번호 발급 성공",
"data": {
"email": "[email protected]",
"tempPasswordIssueCount": 1
}
}
{
"message": "존재하지 않는 이메일"
}
{
"message": "임시 비밀번호 발급 횟수 초과"
}
{
"message": "임시 비밀번호 발급 실패"
}