Reset the password and clean all other fields except from "username" of the HarmonyMobile integration
Required Permission: mdm.integration.harmonyMobile.reset
Reset the password and clean all other fields except from "username" of the HarmonyMobile integration
Request
authorization
Authorization: Bearer <token>
Responses
application/json
{
"status": true,
"data": {
"username": "string",
"password": "string",
"token": "string",
"portalAccountId": "string",
"gwAddress": "string"
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}
application/json
{
"status": false,
"error": {
"code": 3001,
"message": "Entity not found"
}
}