問題タブ [intune]
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.
api - Intune でマネージド デバイスを作成できないのはなぜですか?
Intune でマネージド デバイスを作成しようとしていますが、別のエラーが発生します。
これは、私が使用しているドキュメントhttps://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/intune_devices_manageddevice_createです。
Graph Explorer を使用して機能をテストしているため、認証トークンは必要ありません。ログインしているアカウントはグローバル管理者であり、「DeviceManagementManagedDevices.ReadWrite.All」が有効になっている適切な委任されたアクセス許可を持っています。
最初のリクエストを試すと /users/{usersId}/managedDevices
、 403 が返され
An error has occurred - Operation ID (for customer support): 00000000-0000-0000-0000-000000000000
ます。
やってみ/deviceManagement/managedDevices
たら400だった
No OData route exists that match template
違いがあれば、Intune と Azure AD の無料試用版にサインアップしています。
何が欠けている可能性がありますか?
リクエスト本文は、create managedDevice のドキュメントの例に基づいています。odata タイプも削除しようとしましたが、違いはありません。
私が試した例