API to get the emails without hitting rate limits on the endpoint

When I call the endpoint to get the members of an organization:
https://developer.atlassian.com/cloud/trello/rest/api-group-organizations/#api-organizations-id-members-get

I don’t see a list of emails to compare to the gated group that we have (this gated group is for users who need Trello access). This requires me to make a separate request for each email in the group to the search endpoint:
https://developer.atlassian.com/cloud/trello/rest/api-group-search/#api-search-members-get

I search for a user based on email and am able to get users by email that way. I am curious if there is a better way to get the emails without hitting rate limits on this endpoint.

Hi,

Unfortunately, there’s no workaround for getting those emails in some other way as Trello API intentionally narrows access to user’s emails.

There’s an option for getting all organization members’ emails. But only for enterprise accounts. And it would work only for the managed user accounts.