Reset admin password
PUT/v2/onboard/password/reset
Changes the password of the admin that owns the access token. The admin must give the current password and the new password.
Request
- application/json
Body
required
currentPassword stringrequired
The current password of the admin.
newPassword stringrequired
The new password of the admin.
Responses
- 200
- 401
- 500
The service changed the password.
Response Headers
Unauthorized
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Internal server error
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
errorCode integerrequired
errorDescription stringrequired
{
"errorCode": 400,
"errorDescription": "Bad input parameter"
}
Loading...