Is it possible to get contact owner avatar picture using Freshworks API?

Using freshworks crm API I was able to fetch the contact owner, by adding 'include=owner" parameter in the URL: http://example.com/crm/sales/api/contacts/xxxxx?include=owner
But the user information in the response do not include avatar:

"users": [
        {
            "id": ----,
            "display_name": "---",
            "email": "----",
            "is_active": true,
            "work_number": null,
            "mobile_number": "--"
        }
    ], ..

Is there another endpoint that I can query in order to get the user.avatar field for the contact.owner ?

Thanks in advance !

Hi @Pepe_Vazquez

As of now we don’t have any queries to fetch owner’s avatar