Pruning self reference in group hierarchy: Azure Active Directory - Mergers and Acquisitions: 46473d32-32d6-443a-b068-939c24fddc71

Hi @saikumarS

Looks like this has been addressed in previous posts:
Pruning cyclical group hierarchy: Active Directory [source] Warning - Identity Security Cloud (ISC) / ISC Discussion and Questions - SailPoint Developer Community

This API call was the solution, the thread will provide some insight but making this call will avoid the warning:

PATCH - {{api-url}}/beta/sources/{{sourceId}}

[
    {
        "op": "add",
        "path": "/connectorAttributes/noGroupCycleDetection",
        "value": true
    }
]