Context:
Building a Premium AppFoundry integration requiring real-time predictive routing score adjustments. Using the REST API to update agent skills, but the routingScore field in the response from GET /api/v2/routing/users/{userId} does not reflect immediate changes. The environment is multi-org, and cache invalidation seems delayed.
Question:
What is the correct way to force an immediate recalculation of predictive routing scores for specific agents via the API? Is there a dedicated endpoint to trigger a refresh without waiting for the standard background job cycle?