Microsoft Teams is the ultimate hub for teamwork and intelligent communications. Built on the strength and scale of Office 365 with over 120 million users, Microsoft Teams delivers chat-based collaboration, meetings, calling, and enterprise voice features.
Wizard code can build custom solutions for Teams leveraging the Graph API’s
- Create new teams.
- Add channels to teams.
- Add members.
- Change settings.
- Add tabs.
We can automate the creation of fully functioning teams; when it is done, we can automate archiving /deletion of the channel.
There are several scenarios in which we can use the Graph API to customise Teams management.
Some examples include:
Bulk provisioning of Teams (for example at a university for creating a new teams channel for each class at the start of a semester).
Creating temporary teams for one of events.
Scheduling creation of Teams – Launch teams based on external events.
Custom admin tools – Administer teams portal’s with PowerShell.