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.
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.
@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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.