Onboard Multiple Accounts

POST {{cb_url}}/public-cloud/account-management/v1/orgs/{{cb_org_key}}/accounts/onboard/_bulk

Onboard Multiple Accounts

Permissions Required

Permission (.notation name)Operation(s)
public.cloud.accountsUPDATE

Request Schema

{
    "account_ids": [
        {
            "cloud_provider_account_id": "<string>",
            "cloud_provider": "<string>"
        }
    ],
    "parent_account_id": {
        "cloud_provider_account_id": "<string>",
        "cloud_provider": "<string>"
    }
}

See Documentation

Request Body

{"account_ids"=>[{"cloud_provider_account_id"=>"1234567890", "cloud_provider"=>"AWS"}]}

RESPONSES

status: OK

{&quot;failed&quot;:null,&quot;success&quot;:true,&quot;error_code&quot;:null,&quot;message&quot;:&quot;Successful&quot;,&quot;follow_up_api&quot;:null}