Group check in Azure AD

We Need to check group is available in the Azure AD(not in IIQ).How can we check using connector ?

If you are aggregating in the groups from Azure (Entra ID) then you would be able to check if it exists in IIQ. Is there a reason that it has to be checked in Entra?

IIQ check fails for group check when multiple requests are parallel.
So we need to check in Azure to see if group checks are valid

@satheeshv you can use single account aggregation rule to check.

Aggregating a single account from an application - Compass

Change 2 lines:

String accountName = "clyde.orangous"; // pass here group ID
 rObj = (ResourceObject) appConnector.getObject("account", accountName, null); // pass here "group" in place of "account" 

log.debug("Got raw resourceObject: " + rObj.toXml()); // if you will get rObj that means it's present in Azure AD.