Hello,
What account role and permissions are required for an account to access the "Computer Inventory Collection" API resource url?
I was provided with an account that has access to many other resource urls already, but not that one.
As an example, I was able to retrieve a response for the GET /computers resource (and many other resource urls worked well). Status code 200 success.
../JSSResource/computers
However, when attempting to retrieve a GET response to /computerinventorycollection the response code is 401 Unauthorized.
../JSSResource/computerinventorycollection
I will need API access to the computer inventory collection resource to pull in asset data into ServiceNow.
As I was able to retrieve a response with the /computers URL using the same credentials so perhaps the issue must be with that account permissions. (I'm not a casper admin so I don't know anything else about the account that was provided to me and will need to contact them directly for more information.)
I was thinking that maybe someone would know the details on what permissions are required in order to submit GET requests to the computer inventory collection.