I'm currently using api/v2/users to retrieve info on an agent to display to my users, but I'd like to show the user the Agent Image, rather than the Profile Image. It seems api/v2/users only returns the Profile Image in different sizes (response.results.{0}.images.{0}.imageUri)
How would I go about getting the Agent Image uri through the api/v2/users api or another api?
As far as I know, the Agent Image URI is not publicly available via the Platform API (via Users API or other).
At this time, Genesys Desktop is using a non-public/undocumented API endpoint for this.