Account Aggregation
POST {{baseUrl}}/sources/:id/load-accounts
Starts an account aggregation on the specified source.
If the target source is a delimited file source, then the CSV file needs to be included in the request body.
You will also need to set the Content-Type header to multipart/form-data
.
A token with ORGADMIN, SOURCEADMIN, or SOURCE_SUBADMIN authority is required to call this API.
Request Body
[{"name"=>"file", "value"=>"anim", "datatype"=>"string"}, {"name"=>"disableOptimization", "value"=>"true", "datatype"=>"boolean"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Content-Type | string | ||
Accept | string |