Previous Topic: Delete an AccountNext Topic: Get Accounts


Get an Account

Use the GET command to retrieve a specific account.

Note: If the account is checked out, you can view the password.

To retrieve a specific account, send the HTTP GET request to the following URL:

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

Use the account-container query parameter to specify a container for supporting endpoints while retrieving accounts.

To retrieve accounts which have a non-default account-container such as an Active Directory, send the HTTP GET request to the following URL:

https://<host_name>:18443/iam/api/1.0/restapi/environments/ac/endpoints/<endpoint_name>/accounts/<account_name>?account-container=<container>
host_name

Specifies the host name.

endpoint_name

Specifies the endpoint name.

account_name

Specifies the account name.

container

Specifies the account container name.