From the Webex Contact Center for Developers portal, I'm attempting a basic call on the Get Tasks API. I'm signed into the portal, I'm on the page appropriate documentation page: Get Tasks accessing the Try Out functionality. I've specified an appropriate "from" parameter value (1711106838761) and Authorization is has the option set on for "Use personal access token".
The return is
{
"trackingId": "GTWY_79160c9b-5e7b-41f6-a0f5-71edbd528ac0",
"error": {
"key": 401,
"message": [
{
"description": "Error while loading user cache for tenantId:46,userId:<user id>"
}
]
}
}
It's unclear to me why I'm getting an unauthorized response when I'm successfully connected to the portal.