Hello everyone. I'm facing an issue with the Bulk Data Kick-Off request. I receive a 400 response when executing the request with a Sandbox Group:
{ "resourceType": "OperationOutcome", "issue": [ { "severity": "fatal", "code": "exception", "diagnostics": "Error processing Bulk Data Kickoff request: Client (49df392a-21b7-4850-821c-a4510266aaa2) not authorized for the requested group: e3iabhmS8rsueyz7vaimuiaSmfGvi.QwjVXJANlPOgR83" } ] }I'm using a backend application with all possible API permissions granted, including Bulk permissions.
If I try to read the group directly, I receive the following response:
Could anyone help me understand what I’m doing wrong?