6 ms·
No need to reverse engineer, Teams has a public API https://docs.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0 https://docs.mic
by halvo 4y ago
No need to reverse engineer, Teams has a public API https://docs.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0 https://docs.microsoft.com/en-us/graph/api/resources/teams-a...
- FastEatSlow 4y agoMicrosoft Graph requires the organisation administrator to enable extra user permissions or to add an app to allow users to use this, whereas by reverse engineering users don't need organisation administrator permission.
- ldh 4y agoOrg-level admin requirements are what stopped me from pursuing my own solution. Hopefully your approach will have better luck.
- FastEatSlow 4y agoThat's a shame. What was your product, and did you have any troubles with reverse engineering or did you not consider it?