Get IC Domain Account

Get IC Domain Account

Gets instant clone domain account.

Request
URI
GET
https://{api_host}//localhost/rest/config/v1/ic-domain-accounts/{id}
COPY
Path Parameters
string
id
Required

id


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns InstantCloneDomainAccountInfo of type(s) */*
{
    "ad_domain_id": "S-1-5-21-1085031214-1563985344-725345543",
    "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
    "username": "testuser"
}
string
ad_domain_id
Required

SID of the AD Domain that this account user belongs to.

string
id
Required

Unique ID representing instant clone domain account.

string
username
Required

User name of the account.


401

User is not authenticated

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure