Can external REST API be used to reset the password of a Target account? If yes, can you please share the details around that.
Release : 4.1.x
Yes, we have the following API:
which we can set the password and with the synchronize value set to true, it will validate it as well.
Example:
Ultimately, I would use the API of:
to see all the attributes that your current user is using.
Also you can use the:
The "_generate_pass_" advises us to generate the password based off of your password composition policy. Example:
{
"accountId":27001,
"accountName":"[email protected]",
"password":"_generate_pass_",
"synchronize":"t",
"attributes": {
"userDN": "CN=ABAJO01,CN=Users,DC=ESR,DC=COM" }
}