Previous Topic: Get AccountsNext Topic: Checkout an Account


Check In an Account

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

<Account>
<PasswordState>Checked In</PasswordState>
</Account>