Hi,
I'm developping automation for account termination and I'm stumbling when trying to remove the manager of a user.
The AAD Connector Assign Manager works well to add someone but I cannot find how to remove an existing manager.
I tried assigning the User ID of the Manager to Null but I get the error: "Invalid target for navigation property update. URI must target an entity."
The value for a blank manager in PowerShell is $null, not an empty string.
I also tried to find an AzureAD or O365 connector to do this without success
I want no manager!