Creating an HTTP flow
In this section, we're going to create the flow to retrieve the multifactor authentication registration data. Let's begin!
Gathering the data
The first part of creating the flow is going to require connecting to Entra ID to retrieve the data necessary for building a report. We'll use an HTTP action to query Entra ID.
In this chapter, we're just going to focus on one of the REST resources in the Microsoft Graph API endpoint. There are hundreds of different resources that you can work with to retrieve and modify data. For a complete list of Graph API resources, see: https://learn.microsoft.com/en-us/graph/api/overview
In Chapter 13, Using Databases, we discussed how a schema is a template or definition of a data structure. In this section, we'll be connecting to Entra ID to retrieve a JSON payload that will have the schema or structure we need to build a complete request...