Hi @Scarecrow
Good afternoon and thank you for your question. First, please make sure that you have the following:
- Active Intune license for the tenant
- Correct permissions — https://learn.microsoft.com/en-us/graph/api/intune-shared-windowsupdatestate-list?view=graph-rest-beta#permissions
Although, on my end, I tried to reproduce your concern by using the same endpoint and I encountered the same issue.
GET /deviceManagement/deviceConfigurations/{deviceConfigurationId}/microsoft.graph.windowsUpdateForBusinessConfiguration/deviceUpdateStates
"error": {
"code": "BadRequest",
"message": "Resource not found for the segment 'deviceUpdateStates'.",
"innerError": {
"date": "...",
"request-id": "...",
"client-request-id": "..."
}
}
And just testing it further, I also tried to use:
GET /deviceManagement/deviceConfigurations/{deviceConfigurationId}/microsoft.graph.windowsUpdateForBusinessConfiguration/
"error": {
"code": "No method match route template",
"message": "No OData route exists that match template ~/singleton/navigation/key/cast with http verb GET for request /DeviceConfiguration_2307/StatelessDeviceConfigurationFEService/deviceManagement/deviceConfiguration('1111xxxx-22xx-33xx-44xx-555555xxxxxx')/microsoft.management.services.api.windowsUpdateForBusinessConfiguration.",
"innerError": {
"date": "...",
"request-id": "...",
"client-request-id: "..."
I highly suggest creating a ticket for this concern because:
- the endpoint is under beta which has limited support
- the documentation was last update 01/11/23
- for us to clarify internally if there is any progress or update on this endpoint.
If I answered your question, please upvote and accept it as an answer. Thank you and have a great day ahead.