EM - Push Connector API Call to /api/sn_em_connector/em/inbound_event Fails with "User Not Authorized" and "Failed API level ACL Validation"Issue API call to the Event Management Push Connector endpoint /api/sn_em_connector/em/inbound_event fails. The response body includes the following error: { "error": { "message": "User Not Authorized", "detail": "Failed API level ACL Validation" }, "status": "failure" } ReleaseAny releaseCause1.The API endpoint /api/sn_em_connector/em/inbound_event requires ACL authorization. 2.A platform update (PRB1692994) introduced a security enhancement that enforces the presence of the evt_mgmt_integration role on the calling user. 3.Without this role, the user invoking the endpoint is denied access, resulting in the "User Not Authorized" error.Resolution1.Navigate to the user record in User Administration (sys_user). 2.In the Roles related list, add the role: evt_mgmt_integration. 3.Re-attempt the API call to /api/sn_em_connector/em/inbound_event