Hi,
As per documentation `https://api.miro.com/v1/boards/id/share` requires array of emails
Array of emails of users who you want to invite to the board. These users can be registered or non-registered.
When I try with a non-registered user it gives the error ‘user is not in the team’. Why is it so? Can’t we invite someone who is not in the team even if it’s a public shared board?
If we need to do this, should we initially hit the invite to team endpoint & then call this endpoint.
Response: 400
"{ "status" : 400, "code" : "userIsNotInAccount", "message" : "User is not in account", "type" : "error" }"
Question
Getting user is not in account when hitting share board api
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.