-
Notifications
You must be signed in to change notification settings - Fork 1
Update User Password
Yongsung Heo edited this page Apr 6, 2019
·
2 revisions
Request update user password.
- URL :
/api/v1/users/changepwd - Method :
POST
Follows the common header rule.
| Name | Type | Description |
|---|---|---|
| oldPasswordHash | string | required. current passwordHash. |
| passwordHash | string | required. new passwordHash. |
| passwordHash2 | string | required. confirm new passwordHash. |
| Name | Type | Description |
|---|---|---|
| result | number | message which is success request result. |
POST /api/v1/users/changepwd
{
"result": "User password is changed."
}