Is it possible to get all emails of members from Organization on Trello?

Facundo Alvarez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 5, 2019

Hi,

I'm using Trello API. I need get all emails of members from Trello.

First I use [GET] https://api.trello.com/1/organizations/*NAME_ORGANIZATION*/members?key=*MY_KEY*&token=*MY_TOKEN*

Then for each member [GET] https://api.trello.com/1/members/*ID_MEMBER*?fields=id%2Cemail&key=*MY_KEY*&token=*MY_TOKEN*

I'm administrator but I can get only two or three emails, not all them. 

Maybe the members were created in a way that I can't get the mails? Idk.

 

2 answers

0 votes
shzheng January 25, 2025

Retrieving member details has been a frustrating experience due to the limitations of the current API setup. The members/{id} endpoint, which is required to fetch additional details like the email, is heavily restricted by a low rate limit, making it impractical for bulk operations. Unfortunately, the /organizations/{id}/members endpoint, which could have addressed this issue, doesn’t include the email field in its response, even though it’s mentioned in the documentation. This mismatch between documentation and functionality complicates the process significantly.

0 votes
Iain Dooley
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 6, 2019

@Facundo Alvarez normally you can't get emails from username, I think the ones that you have access to are probably within an enterprise account, is that the case? 

Facundo Alvarez
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 10, 2019

Thanks for the answer :)

I'm using an normal account, not enterprise. But I don't understand why I can see some emails and not all...

If I change the account type, can I access to all the emails of all my members?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events