問題タブ [microsoft-graph-teams]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c# - Microsoft Graph API: (400) 不正な要求
Microsoft Graph API を使用して を使用してグループを作成してPOST https://graph.microsoft.com/v1.0/groups
いますが、400 - Bad Request
応答があります。
私のコード:
メソッドのコードPostRequestWithheaders
トークンはスコープを使用して生成されますopenid offline_access Calendars.ReadWrite.Shared profile email https://graph.microsoft.com/User.Read
このコードの何が問題なのか、誰でも助けてもらえますか?