Previous Topic: Reset PasswordNext Topic: Create an Endpoint


Reset Password Auto

To reset the password to an account automatically, 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 automatically:

<Account>
<Password auto="true"/>
</Account>