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.