Manage accounts by portfolio

Adds or removes accounts in bulk to a portfolio.

A portfolio is a collection of accounts. Intelligent Risk Platform analyzes a portfolio of accounts as a unit and produces portfolio-level results.

Accounts specified in the accountsToAccount array are attached to the portfolio. Accounts specified in the accountsToRemove are removed from the portfolio.

The accountsToAdd and accountsToRemove parameters are both required regardless of whether the request adds to or removes accounts from the portfolio. Empty arrays are acceptable.

📷

Add Filtered Accounts to Portfolio

The Add Filtered Accounts by Portfolio supports selecting the accounts to to add to a portfolio based on account property values.

This operation can select accounts to add to portfolio based on account ID and query filters

Path Params
int32
required
≥ 1

ID of portfolio.

int64
required
≥ 1

ID of EDM.

Body Params
accountsToAdd
array of int32s
required

List of accounts (by accountId) to add to portfolio.

If empty array, no accounts are added.

accountsToAdd*
accountsToRemove
array of int32s
required

List of accounts (by accountId) to remove from portfolio.

If empty array, no accounts are removed.

accountsToRemove*
Responses

Language
Credentials
URL
LoadingLoading…
Response
Choose an example:
application/json