Account, Entitlement, or Get Object Aggregation

This topic provides an example of an XML response for an aggregation operation.

Account Aggregation - 1

Using the Web Services source, you can have multiple account aggregation operations.

For example: Aggregation - 1 and Aggregation - 2.

You can aggregate two attributes from EndPoint1 and three more attributes from EndPoint2.

When you configure multiple operations, the response of first operation can be used as an input in the second operation.

Account Aggregation - 2

For example, during aggregation of Dropbox, the response of the first endpoint will return id, Username, firstName, etc.

This response must be provided as an input to the second endpoint, this can be provided with help of a keyword "response" ($response.team_member_id$), where the team_member_id is the value fetched from Account Aggregation -1 and it is an identity attribute in the source schema.