We utilize several Azure orchestration functions without issue however when trying to use the Remove Group Member functions which requires the group object ID and an email address. I continue to get the following error returned: “Unsupported referenced-object resource identifier for link property 'members'.”
I’ve attempted when the group is a security group or 365 Group. I’ve tried with the user in the group and not in the group. In all scenarios I get the same error message.
Now consequently the next step in my workflow is to add the user to a different group. Which works fine, however if the user is already in the group and I’m trying to add them again (testing logic) I get the same error message “Unsupported referenced-object resource identifier for link property 'members'.”.
Anyone able to use the Remove Group Member and it works? What am I missing?