Previous Topic: Check In an AccountNext Topic: Breakglass Accounts


Checkout an Account

To check out an account, 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 check out an account:

<Account>
<PasswordState>Checked Out</PasswordState>
</Account>