Using the action Azure AD Update user. Trying to set Account Enabled property to False (No). I get the error
"code": "Authorization_RequestDenied",
"message": "Insufficient privileges to complete the operation.",
The user I am trying to update is a standard user with no admin privileges. I am a global administrator and I even had a colleague add Helpdesk Administrator and User Administrator privileges to my role in case that was the cause.
I have checked the connection I am using is for my user, I even created a new connection as a test but it is still failing. I did a test and can update other fields fine, it's just the Account Enabled property that is failing. The trigger for the flow is Manually trigger a flow.
Does anyone have any ideas of what could be going wrong?