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 to true.

  • 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 SailPoint's REST APIs, refer to Best Practices: REST API Authentication and REST API - Update Source (Partial) in the SailPoint Developer Community.

For more information, refer to Additional Configuration Parameters.