It has been observed that even when IsLoopEnabled is set to true, the Graph API call still shows it as false. This discrepancy can cause inconsistencies between the Graph API call output and the (Get-SPOTenant).IsLoopEnabled value.
To resolve this issue, please re-register the IsLoopEnabled value to true using the following command:
Set-SPOTenant -IsLoopEnabled $true
Top comments (0)