Previous Topic: Breakglass AccountsNext Topic: Reset Password Auto


Reset Password

To reset the password manually, send the HTTP PUT request to the following URL:

https://<host_name>:18443/iam/api/1.0/restapi/environments/ac/endpoints/<endpoint_name>/accounts/<account_name>
host_name

Specifies the host name.

endpoint_name

Specifies the endpoint name.

account_name

Specifies the account name.

The following example shows the HTTP body content to reset the password:

<Account>
<Password auto="false">password</Password>
</Account>