Forum Discussion
ValeryPyzhyk
Jul 21, 2023Copper Contributor
Need to POST Microsoft Graph resource "GroupPolicyCategory"
Tried the request from this page:
{ "error": { "code": "BadRequest", "message": "Invalid OData type specified: \"microsoft.graph.groupPolicyUploadedCategory\".", "innerError": { "date": "2023-07-21T13:32:29", "request-id": "e24963dc-9278-434f-852b-0db293253f0e", "client-request-id": "1635bc49-5029-81af-a355-2567678e5826" } } }
Request Wiht Type Request Without Type
Tried to use MSGraph SDK:
{ "error": { "code": "No method match route template", "message": "No OData route exists that match template ~/singleton/navigation with http verb POST for request /GroupPolicy/GroupPolicyAdminService/{someId}/deviceManagement/groupPolicyCategories.", "innerError": { "date": "2023-07-21T13:00:00", "request-id": {someId}, "client-request-id": {someId} } } } }
No RepliesBe the first to reply