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
Responses
200
OK
Returns
InstantCloneDomainAccountInfo
of type(s)
*/*
{
"ad_domain_id": "6f8543a5-a7a0-4ab8-b3e3-37164dd1ed53",
"id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
"username": "testuser"
}
string
ad_domain_id
Required
ID 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