Get IC Domain Account

Get IC Domain Account

At least one of the listed privileges is required -

Privileges Description
GLOBAL_CONFIG_VIEW Caller should have permission to this privilege, to perform this operation.
POOL_VIEW Caller should have permission to this privilege on any access group, to perform this operation.
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

403

Access to the resource is forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure