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