I'm using the api to query user member and non_team member information. I'm trying to get the email address of a non_team member.
I use https://api.miro.com/v1/teams/$teamID/user-connections to get a list of all users.
I then call https://api.miro.com/v1/users/$userId using the userID from the Team User Connection Object.
Problem
When I call the users endpoint for a user in the "non_team" role, I get a 404 not found.
Question
How do I programmatically get the email address of non_team_members?
If this is not possible, is it on the product roadmap and when is it scheduled for release?
thanks