GET /api/source/getCorrelationConfig

This topic was created in error. The endpoint /api/source/getCorrelationConfig does not exist in SailPoint.

Hi Colin! Is there a recommended way to retrieve the correlation details of a source?

My use case is a report of uncorrelated accounts. The Report looks for what field is used for correlation and displays the current value of the field on the uncorrelated account so that it is easy to spot typos or deltas that need to be corrected on the accounts.

Thanks,
Mike Thornhill

1 Like

Hi Colin - Following up to ask whether there is a work around for retrieving correlation details of a source, or whether this API will be extended beyond the 31st.

After speaking with engineering, it appears that this API never existed and therefore is not of concern for the non-public API deprecations.

That’s fair - this is not an API call, but within /cc/api/source/:id there is an array of correlationConfig.attributeAssignments. This is not available in the /beta/sources/ API response. Instead there is a accountCorrelationConfig.id, but I can’t find an API to expose the actual details.

Is there a recommended way to get correlation details via API?