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

KeyDatatypeRequiredDescription
X-SailPoint-Experimentalboolean(Required) Use this header to enable this experimental API.
Content-Typestring
Acceptstring