Hey Everybody,
I'm having some trouble with my scripting. I'm attempting to view an iPad's extension attributes, and then update them if needed, but my cURL request always come back with the same error: "The request requires user authentication" -- which I'm using. Works for everything else, but not for extension attributes. Maybe my code is wrong? Here's what I have:
curl -X GET -H "accept: application/xml" -H "authorization: Basic ${jssAuth}" "${jssURL}/JSSResource/mobiledeviceextensionattributes/id/$deviceID"
Thanks,
-Rob