Resets the user's password
POST/v1/users/default/password/reset
Resets the user's password
Request
- application/json
Body
required
newPasswordpassword
The new password which will be set for the user
oldPasswordpassword
The old password which is required to authenticate the user
Responses
- 204
- 400
- 401
No Content
- application/json
- Schema
Schema
any
Invalid input
- application/json
- Schema
Schema
any
Unauthorized
- application/json
- Schema
Schema
any
Loading...