In a json profile configuration of a user in web application there is password in encrypted form:
<code> {
"name": "Password",
"value": "{aes}006owBDbZuFbkkU3R2Hnn0V+gMCNzgVJ8g8dlBAL+Ts="
},
</code>
<code> {
"name": "Password",
"value": "{aes}006owBDbZuFbkkU3R2Hnn0V+gMCNzgVJ8g8dlBAL+Ts="
},
</code>
{
"name": "Password",
"value": "{aes}006owBDbZuFbkkU3R2Hnn0V+gMCNzgVJ8g8dlBAL+Ts="
},
Is there a way to generate new password with {aes} form as above to replace old one the user’s profile with new one (using RestAPI PUT)?