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
spec
InstantCloneDomainAccountCreateSpec
of type(s)
application/json
Required
{
"ad_domain_id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
"password": [
"string"
],
"username": "testuser"
}
string
ad_domain_id
Required
ID 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.
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