There is an Office 365 Users "Send HTTP Request" activity that I am trying to use, but for the life of me, it continues to give me authorization errors. I'm not sure why it cannot use my connection (aka my account) to send the post request. When I use the graph explorer it works flawlessly. It seems super buggy. When I use the Office 365 connector to get a user profile, it works fine. It seems as if the Office 365 Users application is not permitted to make POST requests or needs admin consent. I'm having lots of trouble if anyone can help me with the following error:

{
"statusCode": 403,
"headers": {
"Cache-Control": "no-cache",
"Transfer-Encoding": "chunked",
"Vary": "Accept-Encoding",
"Strict-Transport-Security": "max-age=31536000",
"request-id": "[id]",
"client-request-id": "[id]",
"x-ms-ags-diagnostic": "{\"ServerInfo\",
"x-ms-resource-unit": "1",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "false",
"Date": "Thu, 14 Mar 2024 23:36:07 GMT",
"Content-Type": "application/json",
"Content-Length": "331"
},
"body": {
"error": {
"code": "Authorization_RequestDenied",
"message": "Insufficient privileges to complete the operation.",
"innerError": {
"date": "2024-03-14T23:36:08",
"request-id": "[id]",
"client-request-id": "[id]"
}
}
}
I'm trying to create a new user. Not a new group, not use the premium HTTP connector. Just use the function intended to be used and created by Microsoft.