Forum Discussion

Nayuta's avatar
Nayuta
Copper Contributor
Jan 23, 2019
Solved

Update Intune Managed Device Category with Microsoft Graph were Failed

I'd failed to update the managed device category in Intune with Microsoft Graph. With the same code, I'd succeeded to update device owner. Parameter below:

 

URL: https://graph.microsoft.com/beta/deviceManagement/managedDevices('XXXXXXXXXX')
Method: PUT

Failed request body:

{ "deviceCategoryDisplayName": "General Purpose" }

 

Succeeded request body:

{ "Owner": "Personal" }

 

"General Purpose" is a custom value. When failed, the server returns an error code and activity id.

How can I fix it?

 

Thank you.
Regards,

4 Replies

Resources