Previous Topic: Get Account Password to RequestNext Topic: Upgrade Guide


Get Account Request

To retrieve a specific account request, for example: exc-113, 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>/accountrequests/exc-113

To retrieve all account requests, which have access to the privileged account (account_name), 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>/accountrequests

To retrieve all account requests in the entire environment, send the HTTP GET request to the following URL:

https://<host_name>:18443/iam/api/1.0/restapi/environments/ac/endpoints?display=accountrequests
host_name

Specifies the host name.

endpoint_name

Specifies the endpoint name.

account_name

Specifies the account name.