I would like to know if it's possible for me to retrieve the idmember only for the user I registered on the board via email. Today, when I add a member, it returns a list of all the board members, and I want to retrieve only the one I added in the request.
Hi there!
You can use the endpoint: https://api.trello.com/1/search/members/
This API page contain examples for you to structure your query in different programming languages, if you want to check it out: https://developer.atlassian.com/cloud/trello/rest/api-group-search/#api-search-members-get
When you get your result, you'll need to look for or filter for the key "id" in your return.
We tend to use https://community.developer.atlassian.com/ for programming questions, so I'd recommend checking there as well in case you want to dive further into this subject!
Very good! It worked!
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.