Microsoft Graph API
Microsoft recommends the use of Microsoft Graph API instead of the Azure Active Directory Graph API. Microsoft has stopped addition of new feature in the Azure Active Directory API. The Microsoft Entra ID connector has been enhanced to use the Microsoft Graph API completely.
-
To enable using the latest attributes and features supported by Microsoft Graph API, set the value of
useMSGraphAPI
attribute totrue
. -
The default Microsoft Graph API version is "v1.0". To use another version, specify the version in the in
msgraph-api-version
attribute in the connector configuration. For example, you can set the API version by addingmsgraph-api-version
with a value of"v1.0"
.
For more information, refer to Additional Configuration Parameters.