The Dynamics 365 Partner Center solution is failing to sync leads from PC into D365. I get the following error, I setup a single step flow for troubleshooting, i get the same error with service account (REFERRAL ADMIN) and my privileged account (GA) and both fail with the same error.
Anyone get this connector to work? It has never worked for us.
ERROR: Action 'Get_a_referral_by_Id' failed
DETAILS: The caller doesn't have permission to perform the action.
INPUT:
{
"host": {
"connectionReferenceName": "shared_partnercenterref_3",
"operationId": "GetReferralById"
},
OUTPUT:
{
"statusCode": 403,
"headers": {
"Request-Id": "01c5684d-0c5b-4791-b676-94f87dc4c930",
"timestamp": "Mon, 06 Feb 2023 15:59:22 GMT",
"X-ServiceFabricRequestId": "2067ddcc-586b-4377-977d-217a27a819c5",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "false",
"Date": "Mon, 06 Feb 2023 15:59:22 GMT",
"Content-Length": "238",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "accessDenied",
"message": "The caller doesn't have permission to perform the action.",
"innerError": {
"code": "99902",
"message": "Unauthorized",
"details": null
}
}
}
}
"parameters": {
"id": "5998d9a9-2156-4605-983e-bfc3409fe5c2",
"MS-CorrelationId": "08585259077250416652515019686CU190"
}
}