0

I have an angular app created and I want to add a button to it which will open up the MS teams browser or the app using the credentials i have logged in for the Angular application. ( just like a normal collaborate with teams button).

Unable to get the endpoint for doing so. Please help

Srimoyee Sen
  • 181
  • 9

1 Answers1

0

You can use MSAL for log in into Microsoft, register an Application on Azure portal and then you can call graph API'S to perform your operations like getting users data. https://learn.microsoft.com/en-us/graph/api/resources/users?view=graph-rest-1.0

HAMZA
  • 13
  • 4