In configurable MS Teams tab app, is it possible get teams member details using Temas.js such as how it gives the context details like below
import { app, Context } from "@microsoft/teams-js";
app.getContext().then((context: Context) => {
/*...*/
});