Issue with Retrieving Email Field in Contact Search API Response

I’m facing an issue with the Contact Search API. When I call the API to search for contacts, the response includes fields like phone, ID, and name, but the email field is missing from the results.

Has anyone encountered this issue before? Are there any specific settings or permissions required to retrieve the email field?
Screenshot 2024-10-28 231629

I can confirm those are the same fields I see returned when I use the Search Contact API.

You will need to do a View Contact with the ID
curl -v -u FOO:X -H 'Content-Type: application/json' -X GET 'https://domain.freshdesk.com/api/v2/contacts/434'