Is there any way to retrieve current user name with web plugin API, I see that there is an interface IUserInfo for user data, but not seeing how it can be fetched with API.
Answered
How to retrieve user name from webplugin?
Best answer by Anthony Roux
Hi
Please note that what is described below is an undocumented feature and might be updated/removed in the future:
You can find information about the current user by calling the method:
await miro.board.getInfo()
In the response > currentUserContext > user > name
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.