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 Azure Active Directory 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 adding
msgraph-api-version
with a value of"v1.0"
.
Note
For more information on IdentityNow APIs, refer to Best Practices: IdentityNow REST API Authentication and IdentityNow REST API - Update Source (Partial) in the SailPoint Developer Community.
For more information, refer to Additional Configuration Parameters.