Microsoft Graph API
In this chapter, we will start with a basic introduction to the Graph API and then dive deeper into understanding it and topics around it, but with more of a focus on Teams.
The Graph API is used in customizations (apps and bots) if they require you to interact with Office 365 services and manage the Microsoft Teams life cycle.
Some organizations do not like to enable their users with team creation and follow a customized provisioning process with a few approvals. They use the Graph API to create teams within the custom process and automate various actions, such as adding and removing channels and adding and removing members to and from teams.
The Graph API leverages Microsoft 365 data insights and relationships between various data elements. In this chapter, we are going to cover the following topics:
- What is the Graph API?
- Getting started with the Graph API
- Graph Explorer – a tool for trying the Graph API
- Authentication and...