Create IC Domain Account

Create IC Domain Account

Creates instant clone domain account.

Request
URI
POST
https://{api_host}//localhost/rest/config/v1/ic-domain-accounts
COPY
Request Body

Instant clone domain account object to be created.

InstantCloneDomainAccountCreateSpec of type(s) application/json
Required
{
    "ad_domain_id": "S-1-5-21-1085031214-1563985344-725345543",
    "password": [
        "string"
    ],
    "username": "testuser"
}
string
ad_domain_id
Required

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

array of string
password
Required

Password of the account.

string
username
Required

User name of the account.

Authentication
This operation uses the following authentication methods.
Responses
201

Created

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure

409

Conflict

Operation doesn't return any data structure