In the current Javascript SDK, miro.currentUser which is ICurrentUserCommands type only allow to get current user id. (using getId method)
It would be nice to add another method which return a IUserInfo structure. (for example a getInfo method ?) which allow to get, for example, user name. (i don’t see any security issue since it is info about current logged in user)