Azure / Microsoft365R

R SDK for interacting with Microsoft 365 APIs
Other
313 stars 44 forks source link

Which admin rights are needed for list_chats() and list_teams()? #81

Closed gfspiteri closed 3 years ago

gfspiteri commented 3 years ago

Hi, trying the list_chats() and list_teams() functions however get a "Need admin approval" message in the browser. Are there some specific rights I need to ask the admin team for? My aim is to try to send messages from R code which takes quite long to chats in MS teams. Many thanks!

hongooi73 commented 3 years ago

The full list of required permissions is in inst/app_registration.md.

gfspiteri commented 3 years ago

Many thanks and apologies, I don't know how I missed the very prominent paragraph on authentication.