SG-Jamf Remove Mobile Software Data source is getting failed with Error 'Unable to make a connection to JAMF API call. Error : INVALID_PRIVILEGE :api/v2/mobile-devices/Issue While trying to Integrate JAMF with ServiceNow using ServiceGraph connector, on Configure Connection step, I have successfully generated oAuth token under Configure Jamf authentication: Client credentials step, as a next step, I gave test connection which is also successful. And i gave Test Load 20 Records for 'SG-Jamf Remove Mobile Software' data source, it is getting failed with Error "org.mozilla.javascript.JavaScriptException: Error: Unable to make a connection to JAMF API call. Please check your credential configuration. Check system log for more details. HTTP return status code was 403", but other 3 parent data sources are getting successful (SG-Jamf Computer, SG-Jamf Remove Computers Software, SG-Jamf Software Usage)ReleaseXanadu P7CauseWhile performing a test load for the SG-Jamf Remove Mobile Software data source, I encountered the following response outbound hhtp requests: { "httpStatus": 403, "errors": [ { "code": "INVALID_PRIVILEGE", "description": "Forbidden", "id": "0", "field": null } ]}As there is no sufficient privileges to API api/v2/mobile-devices/ , we are not getting dataResolutionPlease reach out to the Jamf team to verify that the Jamf client has read permissions for both the Computers and Mobile Devices categories in Jamf.Reference:Configure Jamf Integration - ServiceNow DocumentationAdditionally, kindly ask the Jamf team to confirm the specific privilege or role required to access the mobile-devices/detail endpoint.There appears to be no issue from the ServiceNow side—the error message clearly points to a permissions issue on the Jamf API side.