Update Auxiliary Accounts

Update Auxiliary Accounts

All the listed privileges are required -

Privileges Description
GLOBAL_CONFIG_MANAGEMENT Caller should have permission to this privilege to configure and manage untrusted domain.
Request
URI
POST
https://{api_host}//localhost/rest/external/v1/ad-domains/action/update-auxiliary-accounts
COPY
Request Body

Specification to update auxiliary accounts.

ADDomainAuxiliaryAccountUpdateSpec of type(s) application/json
Required
{
    "auxiliary_accounts": [
        {
            "id": "1f95a15c-a7a5-4584-963f-2c3f5355b49f",
            "password": [
                "string"
            ]
        }
    ]
}
auxiliary_accounts
Required

Auxiliary service account credentials.

Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    {
        "error_messages": [
            "Entity does not exists.",
            "Property is mandatory."
        ],
        "id": "6f85b3a5-e7d0-4ad6-a1e3-37168dd1ed51",
        "key": "user1",
        "status_code": 200,
        "timestamp": 1561939200000
    }
]

400

Bad Request

Operation doesn't return any data structure

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